Skip to main content
Module

x/cav/mod.ts>server

A server framework for Deno
Go to Latest
function server
import { server } from "https://deno.land/x/cav@0.0.24/mod.ts";

Constructs a new server instance. This is a simple function wrapper around the Server constructor from https://deno.land/std/http/server.ts.