Skip to main content
Module

x/abc/mod.ts>Application#start

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

Start an HTTP server.

app.start({ port: 8080 });

Parameters

sc: HTTPOptions