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

deno-ws

Event-driven WebSocket wrapper for Deno, utilizing the deno-std ws module.

Usage

import WS from "https://deno.land/x/deno_ws@0.1.4/mod.ts";

Where 0.1.4 is a valid release tag.

Check examples folder for example files.