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

x/wocket/src/websocket_client.ts

A WebSocket library for Deno
Latest
import * as wocket from "https://deno.land/x/wocket@v1.0.0/src/websocket_client.ts";

Classes

A helper class built on top of the native WebSocket, to make it easier to send messages to channels, and listen for messages on channels.