Function websocketHandler

  • An endpoint used to establish a websocket connection with the server.

    The websocket is used to stream moves to and from the client.

    Parameters

    • ws: WebSocket
    • req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>
    • next: NextFunction

    Returns void

Generated using TypeDoc