http-nostr-publisher
http-nostr-publisher copied to clipboard
A Cloudflare worker to publish Nostr events to relays through a non-blocking HTTP interface
`/profile/[pubkey].png` should resolve to the user's avatar. (relay information can be passed as query param) We get the avatar from the profile that we already store in the PROFILES storage....
Currently we connect to the relay on each request and then disconnect again. This means it's a lot of requests for the relays and some relays have rate limits there....
Implement WebSocket connections