storex-sync
storex-sync copied to clipboard
Sync & conflict resolution for peer-to-peer and offline-first applcations using Storex
Use the storex operation `rawCreateObjects` to sync rather than iterate through each sync batch using `createObject`.
TODOs: - [ ] get re-connection reproducible in test setup - current implementation does not work! - [ ] write test for case: "One side detects the stall, the other...
Sometimes, the WebRTC connection might be lost during an initial sync, in which case we'd like to re-establish the connection over the signalling channel. At the beginning of a Sync,...
To synchronize between clients, a SharedSyncLog is used to distribute log entries. Once all devices have sent and received all log entries up to a certain point, they can be...