diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-25 15:07:40 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-25 15:07:40 +0000 |
| commit | 5ad9d9093fcbe7037e5474a9d8fa20a0b64fb79a (patch) | |
| tree | 3c22fb4b42a62badedc29963d1ce39a2fbc83bb1 /docs/explanation/architecture.md | |
| parent | 4fc3b279d3eb86993f7748959a3986be5a6c49a7 (diff) | |
drop nostr-db backend support, keep only lmdb and memory
Diffstat (limited to 'docs/explanation/architecture.md')
| -rw-r--r-- | docs/explanation/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/explanation/architecture.md b/docs/explanation/architecture.md index e101425..e0a57e5 100644 --- a/docs/explanation/architecture.md +++ b/docs/explanation/architecture.md | |||
| @@ -101,7 +101,7 @@ After examining both the reference implementation and HTTP server options, we ha | |||
| 101 | - Initialize configuration from environment (clap + dotenvy) | 101 | - Initialize configuration from environment (clap + dotenvy) |
| 102 | - Set up Hyper HTTP server with request routing | 102 | - Set up Hyper HTTP server with request routing |
| 103 | - Initialize Nostr relay builder with custom [`Nip34WritePolicy`](src/nostr/builder.rs:51) | 103 | - Initialize Nostr relay builder with custom [`Nip34WritePolicy`](src/nostr/builder.rs:51) |
| 104 | - Set up shared storage (LMDB, NostrDB, or Memory) | 104 | - Set up shared storage (LMDB or Memory) |
| 105 | - Handle WebSocket upgrades for Nostr relay | 105 | - Handle WebSocket upgrades for Nostr relay |
| 106 | - Handle graceful shutdown | 106 | - Handle graceful shutdown |
| 107 | 107 | ||