The WebSocketServer constructor.
new (options: { noServer: boolean; handleProtocols?: (protocols: Set<string>) => string | false; }) => WsServerLike
The WebSocketServer constructor.
new (options: { noServer: boolean; handleProtocols?: (protocols: Set<string>) => string | false; }) => WsServerLike
import { type WsModuleLike } from "runtime/src/index.ts";