Class decorator: enable the Node.js WebSocket adapter for a Stone.js application.
Registers the node_ws adapter. Combine with @Realtime() (from @stone-js/realtime) to wire
gateways, channels and presence: this adapter populates the realtime connection store and
dispatches connection lifecycle events into the realtime router.
Class decorator: enable the Node.js WebSocket adapter for a Stone.js application.
Registers the
node_wsadapter. Combine with@Realtime()(from@stone-js/realtime) to wire gateways, channels and presence: this adapter populates the realtime connection store and dispatches connection lifecycle events into the realtime router.