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

x/entropy/src/web_socket/web_socket.module.ts>Broadcaster

The core module of Entropy framework for Deno.
Latest
class Broadcaster
Abstract
import { Broadcaster } from "https://deno.land/x/entropy@1.0.0-beta.17/src/web_socket/web_socket.module.ts";

Properties

readonly
activeSockets: Map<string, WebSocket>

Methods

broadcast(payload?: Record<string, unknown>, channel?: string): void