Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/websocket_broadcastchannel/src/default-websocket-url.ts

Host-wide BroadcastChannel for Deno CLI, backed by WebSockets.
Latest
import * as websocketBroadcastchannel from "https://deno.land/x/websocket_broadcastchannel@0.8.0/src/default-websocket-url.ts";

Functions

Returns the websocket URL to use. Clients will connect to this URL, and the server will listen on the port specified by this URL.