From 47d52d7ec3d066bb634a78838480acef9bcdf8cd Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Wed, 11 Dec 2024 14:14:24 +0000 Subject: [PATCH] Create description.md --- description.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 description.md diff --git a/description.md b/description.md new file mode 100644 index 0000000..6c274f3 --- /dev/null +++ b/description.md @@ -0,0 +1 @@ +An always-on extension that can open multiple connections to nostr relays and act as a multiplexer for other clients: You open a single websocket to nostrclient which then sends the data to multiple relays. The responses from these relays are then sent back to the client.