Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coracle-social/bucket
A very simple relay for testing nostr clients
https://github.com/coracle-social/bucket
Last synced: 3 months ago
JSON representation
A very simple relay for testing nostr clients
- Host: GitHub
- URL: https://github.com/coracle-social/bucket
- Owner: coracle-social
- License: mit
- Created: 2023-08-10T19:07:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-26T21:50:15.000Z (10 months ago)
- Last Synced: 2024-05-30T07:59:55.146Z (5 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 20
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - Bucket - social/bucket.svg?style=social) - in-memory-only nodejs relay for testing/hacking on. Stupid simple, <100 LOC. (Relays / Implementations)
README
A very simple relay for testing with nostr clients.
`yarn && yarn start`
## Configurations
The port on which the application will be executed\
`PORT=4736`(Optional) Interval in seconds to purge events\
`PURGE_INTERVAL=86400`