next function
() => void | Promise<void>
Deno WebSocket Server A powerful and flexible WebSocket server for Deno, designed for real-time communication between the server and multiple connected clients.
next function
() => void | Promise<void>
Add Package
deno add jsr:@dgpg/chatosaurus
Import symbol
import { type Next } from "@dgpg/chatosaurus";
Import directly with a jsr specifier
import { type Next } from "jsr:@dgpg/chatosaurus";