refactor nostrrouter and rewrite subscription ids

This commit is contained in:
callebtc 2023-03-09 13:26:07 +01:00
parent 55b17e184d
commit 8a6adb4768
4 changed files with 161 additions and 156 deletions

View file

@ -1,3 +1,3 @@
# Nostr
# nostrclient
Opens a Nostr daemon
`nostrclient` can open multiple connections to nostr relays and act as a multiplexer for other clients: A client can 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.