Skip to main content
Module

x/abc/app.ts>Application#start

A better Deno framework to create web application.
Latest
method Application.prototype.start
import { Application } from "https://deno.land/x/abc@v1.3.3/app.ts";

Start an HTTP server.

app.start({ port: 8080 });