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

x/snel/imports/wocket.ts>Server#runTLS

A Cybernetical framework for svelte applications in deno
Latest
method Server.prototype.runTLS
import { Server } from "https://deno.land/x/snel@v0.7.1/imports/wocket.ts";

Handles websocket secure connection. After a successful connection, the client will be added to EventEmitter.clients and the server will start listening to events.

Parameters

options: HTTPSOptions
  • See HTTPOptions.

Returns

DenoServer

A Promise of the DenoServer.