Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/abc/vendor/https/deno.land/std/ws/mod.ts

A better Deno framework to create web application.
Go to Latest
import * as abc from "https://deno.land/x/abc@v1.0.3/vendor/https/deno.land/std/ws/mod.ts";

Functions

Return whether given headers is acceptable for websocket

Upgrade given TCP connection into websocket connection

Connect to given websocket endpoint url. Endpoint must be acceptable for URL.

Create sec-websocket-accept header value with given nonce

Create WebSocket-Sec-Key. Base64 encoded 16 bytes string

Read websocket frame from given BufReader

Unmask masked websocket payload

Write websocket frame to given writer