synchronizer-ws-client
The synchronizer-ws module of the TinyBase project lets you synchronize MergeableStore
data to and from other MergeableStore
instances via WebSockets facilitated by a server.
See also
- Synchronization guide
- Todo App v6 (collaboration) demo
Since
v5.0.0
Interfaces
There is one interface, WsSynchronizer
, within the synchronizer-ws-client
module.
Functions
There is one function, createWsSynchronizer
, within the synchronizer-ws-client
module.
Type Aliases
There is one type alias, WebSocketTypes
, within the synchronizer-ws-client
module.