Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/sockets/src/sender.ts

A WebSocket library for Deno.
Latest
import * as sockets from "https://deno.land/x/sockets@v0.5.0/src/sender.ts";

Classes

The Sender class is responsible for adding messages to the message queue, and then to work through the queue stack which will send the message.