@collabs/ws-client
v0.13.4
Published
Collabs WebSocket client
Downloads
143
Readme
@collabs/ws-client
Part of the Collabs library. Main package: @collabs/collabs.
@collabs/ws-client contains WebSocketNetwork, a network provider that syncs Collabs documents with a central server using WebSockets. This is an easy way to collaborate with other users: each update is sent to the server, which echoes it to other users listening on the same docID
and also stores it for later.
The @collabs/ws-server package contains the server.