import { Server } from "https://deno.land/x/sockets@v0.5.0/mod.ts";
Handles websocket secure connection. After a successful connection, the client will be added to EventEmitter.clients and the server will start listening to events.
import { Server } from "https://deno.land/x/sockets@v0.5.0/mod.ts";
Handles websocket secure connection. After a successful connection, the client will be added to EventEmitter.clients and the server will start listening to events.