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

x/cav/mod.ts>wrapWebSocket

A server framework for Deno
Go to Latest
function wrapWebSocket
Re-export
import { wrapWebSocket } from "https://deno.land/x/cav@0.0.14/mod.ts";

Wraps a regular WebSocket with packing functionality and type support.

Type Parameters

optional
Send = unknown
optional
Message extends Parser | null = null