alpha
Login
or
Join now
jakelazaroff.com
/
atodo
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
a proof of concept realtime collaborative todo list
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
add eu jetstream instance
author
Jake Lazaroff
date
1 month ago
(Jun 21, 2026, 9:22 AM -0400)
commit
7db08c4d
7db08c4d4988adf8044d1d592590e27caea66f6e
parent
d0c89860
d0c89860266c070bb2ecff1f5e5043558512909b
+1
1 changed file
Expand all
Collapse all
Unified
Split
subscribe.js
+1
subscribe.js
View file
Reviewed
···
10
10
"wss://jetstream1.us-east.bsky.network/subscribe",
11
11
"wss://jetstream2.us-east.bsky.network/subscribe",
12
12
"wss://jetstream1.us-west.bsky.network/subscribe",
13
13
+
"wss://jetstream2.fr.hose.cam/subscribe",
13
14
];
14
15
15
16
export function subscribe({ dids, collections, onCommit }) {