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

x/cav/examples/chat/deps.ts>Server

A server framework for Deno
Go to Latest
type alias Server
import { type Server } from "https://deno.land/x/cav@0.2.0-alpha.7/examples/chat/deps.ts";

An http server. This is a re-export of the Server type from https://deno.land/std/http/server.ts.

definition: http.Server