Nostr
Nostr (Notes and Other Stuff Transmitted by Relays) is an open, permissionless protocol for censorship-resistant social and messaging applications. Identity is a public/private keypair; content is a signed JSON event; transport is a WebSocket connection to one or more relays. There is no central ser
1 channel
across 1 AsyncAPI spec
· Provider profile
Channels
-
The single WebSocket channel exposed by a Nostr relay. All client-to-relay and relay-to-client messages flow over this connection as JSON arrays. From the client's perspective, `publish` operations seNostr Relay Protocol