Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akiomik/nostr-noop-relays
A collection of noop relay implementations for Nostr
https://github.com/akiomik/nostr-noop-relays
nostr nostr-relay
Last synced: 9 days ago
JSON representation
A collection of noop relay implementations for Nostr
- Host: GitHub
- URL: https://github.com/akiomik/nostr-noop-relays
- Owner: akiomik
- License: apache-2.0
- Created: 2023-11-20T09:43:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T04:09:23.000Z (10 months ago)
- Last Synced: 2024-05-01T21:48:00.569Z (8 months ago)
- Topics: nostr, nostr-relay
- Language: Elixir
- Homepage:
- Size: 81.1 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nostr-noop-relays
A collection of the noop relay implementations for Nostr.
This repository focuses on comparing approaches by language and framework and testing for minimum configuration overhead.
## What is the noop relay?
The noop relay is a kind of Nostr relay that works with the minimum specifications defined in the [NIP-01](https://github.com/nostr-protocol/nips/blob/master/01.md).
It responds OK to EVENT but does not persist the event, and only responds EOSE to REQ.## Supported languages and frameworks
| Language | Framework | WebSocket | JSON |
| -------- | --------- | ----------- | ------ |
| bun | stdlib | stdlib | stdlib |
| deno | stdlib | stdlib | stdlib |
| elixir | phoenix | cowboy | jason |
| gleam | mist | mist | stdlib |
| rust | tokio | tungstenite | serde |
| zig | zap | zap | stdlib |