Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/wocket/src/server.ts

A WebSocket library for Deno
Latest
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