No description
Find a file
Vlad Stan f369e2fdac Revert "chore: code format"
This reverts commit 619e0f05e2.
2023-03-23 10:57:29 +02:00
nostr Revert "chore: code format" 2023-03-23 10:57:29 +02:00
static/images init 2023-02-10 14:55:30 +01:00
templates/nostrclient Revert "chore: code format" 2023-03-23 10:57:29 +02:00
.gitignore chore: initial commit 2023-02-23 09:34:14 +02:00
__init__.py Revert "chore: code format" 2023-03-23 10:57:29 +02: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 Revert "chore: code format" 2023-03-23 10:57:29 +02: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 Revert "chore: code format" 2023-03-23 10:57:29 +02:00
README.md Revert "chore: code format" 2023-03-23 10:57:29 +02:00
services.py Revert "chore: code format" 2023-03-23 10:57:29 +02:00
tasks.py Revert "chore: code format" 2023-03-23 10:57:29 +02:00
views.py Revert "chore: code format" 2023-03-23 10:57:29 +02:00
views_api.py Revert "chore: code format" 2023-03-23 10:57:29 +02:00

nostrclient

nostrclient is 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.

2023-03-08 18 11 07