LogoRobo.js
Packages@robojs/sync

SyncServer

Variable: SyncServer

const SyncServer: {
  getSocketServer: () => undefined | WebSocketServer;
  getZone: <T>(key) => ServerZone<T>;
  start: () => void;
};

Type declaration

NameType
getSocketServer() => undefined | WebSocketServer
getZone<T>(key) => ServerZone<T>
start() => void

On this page