TinyBase logoTinyBase

WsServer

The WsServer interface represents an object that facilitates synchronization between clients that are using WsSynchronizer instances.

You should use the createWsServer function to create a WsServer object.

Since

v5.0.0

Getter methods

This is the collection of getter methods within the WsServer interface. There are 4 getter methods in total.

Listener methods

This is the collection of listener methods within the WsServer interface. There are only three listener methods, addClientIdsListener, addPathIdsListener, and delListener.

Development methods

This is the collection of development methods within the WsServer interface. There is only one method, getStats.