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

x/sockets/mod.ts>Sender#send

A WebSocket library for Deno.
Latest
method Sender.prototype.send
import { Sender } from "https://deno.land/x/sockets@v0.5.0/mod.ts";

Encodes messages and sends event to all clients listening to the channel or event except for the sender.