You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so far every example is reliant on 3rd party services (partykit, clerk etc), and they don't seem to be offline-first either
this goes kinda contrary to the offline-first spirit of the project imho
what would be great to see:
a) example that works without calling 3rd parties (server should be easy with miniflare emulating workers kv and/or durable objects)
b) pwa example
c) serverside client example (node client talking to the API exposed by example A)
d) true p2p server example (communicating directly between two deployments)
e) true p2p client eg webrtc with signaling established via QR codes or via copy-paste
other than that, looks like a great start!
The text was updated successfully, but these errors were encountered:
so far every example is reliant on 3rd party services (partykit, clerk etc), and they don't seem to be offline-first either
this goes kinda contrary to the offline-first spirit of the project imho
what would be great to see:
a) example that works without calling 3rd parties (server should be easy with miniflare emulating workers kv and/or durable objects)
b) pwa example
c) serverside client example (node client talking to the API exposed by example A)
d) true p2p server example (communicating directly between two deployments)
e) true p2p client eg webrtc with signaling established via QR codes or via copy-paste
other than that, looks like a great start!
The text was updated successfully, but these errors were encountered: