Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/doa/mod.ts>App#listen

A middleware framework for Deno's http serve🦕. Transplanted from Koa with ❤️
Latest
method App.prototype.listen
import { App } from "https://deno.land/x/doa@v1.0.0/mod.ts";

Parameters

optional
options:
| number
| string
| HTTPOptions
| HTTPSOptions

Returns

Server