http-nostr-publisher icon indicating copy to clipboard operation
http-nostr-publisher copied to clipboard

A Cloudflare worker to publish Nostr events to relays through a non-blocking HTTP interface

Results 3 http-nostr-publisher issues
Sort by recently updated
recently updated
newest added

`/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