crdt_sync 0.0.5
crdt_sync: ^0.0.5 copied to clipboard
A dart-native turnkey solution for painless network synchronization
0.0.5 #
- Simplify API
0.0.4 #
- Major refactor
0.0.3 #
- Add remote nodeId to connection callbacks
- Improve changeset generation strategy
- Implement exponential backoff when reconnecting to server
0.0.2 #
- Fix error when reconnecting the client
- Fix last modified timestamps using the remote node id
- Add optional WebSocket heartbeat (on by default)
- Improve logic for handling connected clients
0.0.1+1 #
- Remove rxdart dependency
0.0.1 #
- Initial version