Skip to content

WebSocketRealtimeServer

Attaches a WebSocket server to an existing HTTP server.

ts
import { WebSocketRealtimeServer } from '@haskou/ddd-kernel/websocket';

The adapter requires an authenticator and a WebSocketEventHub.

Released under the MIT License.