No description
Find a file
calle 8dd669dd01
Merge pull request #11 from lnbits/cleanup-views
some import cleanup and wrong fastapi imports
2023-04-24 13:17:24 +02:00
nostr exponential delay for reconnect 2023-04-18 18:54:38 +02:00
static/images init 2023-02-10 14:55:30 +01:00
templates/nostrclient fix: exclude /nostr from code format 2023-03-23 10:58:52 +02:00
.gitignore chore: initial commit 2023-02-23 09:34:14 +02:00
__init__.py forgot asyncio 2023-04-17 14:42:14 +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 fix: exclude /nostr from code format 2023-03-23 10:58:52 +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 fix: exclude /nostr from code format 2023-03-23 10:58:52 +02:00
README.md Update README.md 2023-04-24 10:38:11 +01:00
services.py replace subscription id parsing with a map 2023-04-17 18:18:03 +02:00
tasks.py fix endless loop 2023-04-17 15:47:03 +02:00
views.py some import cleanup and wrong fastapi imports 2023-04-17 14:46:45 +02:00
views_api.py add the main tasks to scheduled_tasks and make dem deinitilize on api_stop 2023-04-17 14:39:27 +02: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