Skip to main content
Module

x/sockets/src/client.ts

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

Classes

The Client class represents a single end-user client. It contains information about their id, their web socket connection, and many more.