A ws WebSocketServer in noServer mode, narrowed to what this adapter
drives.
handleUpgrade(): void
Completes the handshake over an already-accepted TCP connection.
close(): void
Shuts the server down.
A ws WebSocketServer in noServer mode, narrowed to what this adapter
drives.
handleUpgrade(): void
Completes the handshake over an already-accepted TCP connection.
close(): void
Shuts the server down.
import { type WsServerLike } from "runtime/src/index.ts";