No description
Find a file
calle 38f28ac6aa
Merge pull request #6 from lnbits/improve-frontend
improve frontend, no reloading. types in views_api, formatting
2023-03-21 15:46:25 +01:00
nostr revert formatting nostr 2023-03-19 11:15:26 +01:00
static/images init 2023-02-10 14:55:30 +01:00
templates/nostrclient improve frontend, no reloading. types in views_api, formatting 2023-03-19 10:04:06 +01:00
.gitignore chore: initial commit 2023-02-23 09:34:14 +02:00
__init__.py improve frontend, no reloading. types in views_api, formatting 2023-03-19 10:04:06 +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 improve frontend, no reloading. types in views_api, formatting 2023-03-19 10:04:06 +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 improve frontend, no reloading. types in views_api, formatting 2023-03-19 10:04:06 +01:00
README.md Update README.md 2023-03-15 11:04:56 +01:00
services.py improve frontend, no reloading. types in views_api, formatting 2023-03-19 10:04:06 +01:00
tasks.py improve frontend, no reloading. types in views_api, formatting 2023-03-19 10:04:06 +01:00
views.py improve frontend, no reloading. types in views_api, formatting 2023-03-19 10:04:06 +01:00
views_api.py improve frontend, no reloading. types in views_api, formatting 2023-03-19 10:04:06 +01: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