Packages@robojs/sync
SyncServer
Variable: SyncServer
const SyncServer: {
getSocketServer: () => undefined | WebSocketServer;
getZone: <T>(key) => ServerZone<T>;
start: () => void;
};Type declaration
| Name | Type |
|---|---|
getSocketServer | () => undefined | WebSocketServer |
getZone | <T>(key) => ServerZone<T> |
start | () => void |
