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
{{ message }}
This repository was archived by the owner on Nov 12, 2019. It is now read-only.
Hello, I am waking up the dragon (last commit two years ago). I am doing small research on mobile device data synchronization and seems this project has good abstract overview of using CRDT-s.
The included examples seems to be working (simple and complex), but the question is about the persistence which is done by module kv both for client and server side.
The syncing code is commented out and not working ?
Also is this project dead or still could be used, what are the parts that needs to be rewritten to be fully functional ?
Hello, I am waking up the dragon (last commit two years ago). I am doing small research on mobile device data synchronization and seems this project has good abstract overview of using CRDT-s.
The included examples seems to be working (simple and complex), but the question is about the persistence which is done by module
kvboth for client and server side.The syncing code is commented out and not working ?
Also is this project dead or still could be used, what are the parts that needs to be rewritten to be fully functional ?