import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/ws/base.ts";
Classes
This class represents a WebSocket connection on the server side. Normally we don't create instances of this class directly, but rather use the WebSocketServer to handle WebSocket connections, which will create the instance for us. |
Interfaces
Options for the WebSocketServer constructor. |
Type Aliases
WebSocket handler function for the WebSocketServer constructor. | |