auto-reconnecting jetstream proxy
fork

Configure Feed

Select the types of activity you want to include in your feed.

update readme

+6 -5
+6 -5
README.md
··· 1 1 # jetstream-proxy 2 2 3 - # WIP LOL 4 - 5 3 auto-reconnecting jetstream proxy with a default pool that should work 6 4 5 + used internally for my own projects already 6 + 7 7 NOTES: 8 - - this should run as close to your infrastructure as possible. you then 9 - would connect to `ws://localhost:6969/subscribe` 10 - - no cursor support. since there will be multiple jetstream upstreams that 8 + - this should run as close to your infrastructure as possible as the proxy 9 + attempts to find the best jetstream for you. you then 10 + would connect to `ws://localhost:<port>/subscribe` on your app 11 + - **no cursor support.** since there will be multiple jetstream upstreams that 11 12 run at separate cursor timelines, it would be pretty hard to rewrite cursors 12 13 in such a way that everything works. if your application relies on cursors, 13 14 then it's probably best for your application to deal with multi-upstream support.