storex-sync icon indicating copy to clipboard operation
storex-sync copied to clipboard

Sync & conflict resolution for peer-to-peer and offline-first applcations using Storex

Results 4 storex-sync issues
Sort by recently updated
recently updated
newest added

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...