import { Channel } from "https://deno.land/x/wocket@v1.0.0/mod.ts";
This class represents channels, also known as "rooms" to some, and is responsible for the following:
- Connecting clients
- Disconnecting clients
import { Channel } from "https://deno.land/x/wocket@v1.0.0/mod.ts";
This class represents channels, also known as "rooms" to some, and is responsible for the following:
- Connecting clients
- Disconnecting clients