janmonschke / diffsync

Enables real-time collaborative editing of arbitrary JSON objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offline behaviour?

gothy opened this issue · comments

I've working on an offline-first app and it would be useful to have this kind of sync tool that would bring the state of multiple client, some of which might be disconnected for short(or long!) periods of time but still have a way to sync eventually.
I didn't see any mention of this opportunity in readme. Have you experimented with it?