upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/docs/explanation/architecture.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/explanation/architecture.md')
-rw-r--r--docs/explanation/architecture.md2
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