import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/ws/base.js";
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. |