import * as wocket from "https://deno.land/x/wocket@v1.0.0/src/server.ts";
Classes
A class to create a websocket server, handling clients connecting, and being able to handle messages from them, and send messages to them |
import * as wocket from "https://deno.land/x/wocket@v1.0.0/src/server.ts";
A class to create a websocket server, handling clients connecting, and being able to handle messages from them, and send messages to them |