serverless #atproto jetstream to webhook connector, powered by cloudflare durable objects

More readme updates

+1 -1
+1 -1
README.md
··· 5 5 Why might this be useful? This is an experimental setup for small atproto apps running on serverless systems (eg Next.js + Vercel) that want to subscribe to realtime events from the firehose/jetstream, but prefer to consume the events as webhooks instead of running a separate service that consumes the jetstream or firehose directly. 6 6 7 7 Flow: 8 - CF Worker + Durable Object => Listens to Jetstream for specified collection events => Adds new events to CF Queue => CF Queue worker processes events and forwards them them to your webhook 8 + CF Worker + Durable Object => Listens to Jetstream for specified collection events => Adds new events to CF Queue => CF Queue worker processes events and forwards to your webhook. 9 9 10 10 11 11 ## Features