Ditto: Real-time sync for apps even without the internet
1–10 of 89 posts
Re: Ditto: Real-time sync for apps even without the internet
#2This is cool! I have no idea what's the use-case behind it, but it is really awesome if properly implemented (which seems like a gigantic challenge).
Re: Ditto: Real-time sync for apps even without the internet
#3Re: Ditto: Real-time sync for apps even without the internet
#4>Ditto is designed for "peer-to-peer" synchronization where it can directly communicate with other devices even without an internet connection. In addition, Ditto automatically manages the complexity of using multiple network transports, like Bluetooth, P2P Wi-Fi, and Local Area Network, to find and connect to other devices and then synchronize any changes.[1] This is cool ! I have no idea what's the use-case behind…
How would this compare to https://briarproject.org/ ? Have you generalized their protocol for many other applications?
Re: Ditto: Real-time sync for apps even without the internet
#5Alternatively, for "truly" offline sync, a "license" token must still be obtained from Ditto's servers at some initial deployment phase.
Really cool library, but the dependency on Ditto's infrastructure is an itch to scratch.
Re: Ditto: Real-time sync for apps even without the internet
#6Re: Ditto: Real-time sync for apps even without the internet
#7Re: Ditto: Real-time sync for apps even without the internet
#8>Ditto is designed for "peer-to-peer" synchronization where it can directly communicate with other devices even without an internet connection. In addition, Ditto automatically manages the complexity of using multiple network transports, like Bluetooth, P2P Wi-Fi, and Local Area Network, to find and connect to other devices and then synchronize any changes.[1] This is cool ! I have no idea what's the use-case behind…
Re: Ditto: Real-time sync for apps even without the internet
#9Re: Ditto: Real-time sync for apps even without the internet
#10Why no LAN for web browser mode? A pwa with offline support should be able to sync with other resolvable ips on the same pan, no? Hopefully WebBluetooth will be available soon too?