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

x/servest/mod.ts>listenAndServe

🌾A progressive http server for Deno🌾
Latest
function listenAndServe
Re-export
import { listenAndServe } from "https://deno.land/x/servest@v1.3.4/mod.ts";

Parameters

listenOptions: Deno.ListenOptions
handler: ServeHandler
optional
opts: ServeOptions = [UNSUPPORTED]