Global Feed Post Login
Replying to Avatar ODELL

blastr: a nostr cloudflare workers proxy relay that publishes to all known online relays.

------------------

This takes advantage of the high availabilty of cloudflare serverless workers on the edge that are rust wasm-based with 0ms cold starts. Learn more about cloudflare workers.

This is write only for now and is compatible with nostr clients but also features a simple POST api endpoint at /event. All events get queued up to run in batches by another worker that spins up every 30s if there's any events lined up, or once a certain amount of events are queued up.

This will help ensure that your events are broadcasted to as many places as possible.

https://github.com/MutinyWallet/blastr

https://i.postimg.cc/SNyxQyDs/blastr-diagram.webp

Avatar
frasernz 2y ago

Oh wow, cool. So this wouldn't work from a traditional Nostr client which uses websockets, but instead you could use it with a workflow that sends a more traditional POST api request and blast the network. Interesting.

Reply to this note

Please Login to reply.

Discussion

Avatar
frasernz 2y ago

> This is write only for now and is compatible with nostr clients but also features a simple POST api endpoint at /event.

Ok, so it is compatible with Nostr websockets plus it has a POST api. Very cool indeed.

Thread collapsed