No description
Find a file
2023-03-09 14:44:58 +01:00
nostr EOSE works 2023-03-09 14:42:31 +01:00
static/images init 2023-02-10 14:55:30 +01:00
templates/nostrclient fix: allow ws:// relays 2023-02-23 11:58:56 +02:00
.gitignore chore: initial commit 2023-02-23 09:34:14 +02:00
__init__.py init 2023-02-10 14:55:30 +01:00
cbc.py init 2023-02-10 14:55:30 +01:00
config.json test 2023-02-10 15:02:18 +01:00
crud.py update 2023-02-13 16:14:52 +01:00
LICENSE add license 2023-03-08 17:24:41 +01:00
manifest.json test 2023-02-10 15:02:18 +01:00
migrations.py init 2023-02-10 14:55:30 +01:00
models.py init 2023-02-10 14:55:30 +01:00
README.md refactor nostrrouter and rewrite subscription ids 2023-03-09 13:26:07 +01:00
services.py EOSE works 2023-03-09 14:42:31 +01:00
tasks.py EOSE works 2023-03-09 14:42:31 +01:00
views.py init 2023-02-10 14:55:30 +01:00
views_api.py EOSE works 2023-03-09 14:42:31 +01:00

nostrclient

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.