Skip to main content
Module

x/sockets/src/transmitter.ts

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

Classes

The Transmitter class is used as the middleman between the client and server, when sending messages, to connect the 'wires' between them.