synchronizer-ws-server-simple
The synchronizer-ws-server-simple
module of the TinyBase project lets you create a server that facilitates synchronization between clients, without the complications of listeners, persistence, or statistics.
This makes it more suitable to be used as a reference implementation for other server environments.
See also
- Synchronization guide
- Todo App v6 (collaboration) demo
Since
v5.4.0
Interfaces
There is one interface, WsServerSimple
, within the synchronizer-ws-server-simple
module.
Functions
There is one function, createWsServerSimple
, within the synchronizer-ws-server-simple
module.