Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/websocket_server/server.ts>serveTLS

A WebSocket server library for Deno ๐Ÿ”Œ
Go to Latest
function serveTLS
import { serveTLS } from "https://deno.land/x/websocket_server@1.0.2/server.ts";

Create a secure WebSocket server (WSS) with given options

TODO add example usage here

Parameters

options: HTTPSOptions

Server configuration

Returns

Async iterable server instance for incoming socket events