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

x/cav/examples/chat/html.ts>room.messageGroup

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

Parameters

x: { from: string; text: string; self: boolean; }