No description
Find a file
Vlad Stan e6624f76bd
Performance improvements (#19)
* fix: increase the wait time for re-connecting to a relay

* fix: blocking sleep

* fix: remove blocking sleep

* fix: allow multiple filters per request
2023-09-12 15:06:28 +03:00
nostr Performance improvements (#19) 2023-09-12 15:06:28 +03:00
static/images init 2023-02-10 14:55:30 +01:00
templates/nostrclient chore: code clean-up 2023-07-05 09:09:20 +03:00
.gitignore chore: initial commit 2023-02-23 09:34:14 +02:00
__init__.py feat: restart disconnected relays 2023-06-26 10:21:06 +03: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 fix: exclude /nostr from code format 2023-03-23 10:58:52 +02:00
helpers.py feat: send simple DM 2023-05-05 13:00:09 +03: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 feat: show relay NOTICE 2023-06-30 11:46:47 +03:00
README.md doc: add Troubleshoot 2023-05-08 11:57:56 +03:00
router.py Performance improvements (#19) 2023-09-12 15:06:28 +03:00
tasks.py Performance improvements (#19) 2023-09-12 15:06:28 +03:00
views.py chore: code format 2023-05-05 10:12:49 +03:00
views_api.py feat: show relay NOTICE 2023-06-30 11:46:47 +03:00

Nostrclient - LNbits extension

For more about LNBits extension check this tutorial

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

Troubleshoot

The Test Endpoint functionality heps the user to check that the nostrclient web-socket endpoint works as expected.

The LNbits user can DM itself (or a temp account) from nostrclient and verify that the messages are sent and received correctly.

https://user-images.githubusercontent.com/2951406/236780745-929c33c2-2502-49be-84a3-db02a7aabc0e.mp4