Skip to main content
Module

x/abc/mod.ts>Abc#start

A better Deno framework to create web application.
Go to Latest
method Abc.prototype.start
Re-export
import { Abc } from "https://deno.land/x/abc@v0.1.11/mod.ts";

start starts an HTTP server.

Parameters

addr: string | ServerConfig

Returns

Promise<void>