Stone.js API
    Preparing search index...

    The execution context passed to the kernel for a WebSocket message: the server, the originating socket, and the connection id.

    interface NodeWsExecutionContext {
        connectionId: string;
        server: WsServer;
        socket: WsSocket;
    }
    Index
    connectionId: string

    The stable connection id.

    server: WsServer

    The WebSocket server.

    socket: WsSocket

    The originating socket.