Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/examples/chat/room/api.ts>broadcast

A server framework for Deno
Go to Latest
function broadcast
import { broadcast } from "https://deno.land/x/cav@0.2.0-alpha.7/examples/chat/room/api.ts";

Parameters

roomId: string
arg: { from: string; text: string; }