Skip to main content
Module

x/alosaur/mod.ts>App#listen

Alosaur - Deno web framework with many decorators
Go to Latest
method App.prototype.listen
import { App } from "https://deno.land/x/alosaur@v0.33.1/mod.ts";

Listen requests on server with support custom listener

Parameters

optional
address: string | HTTPOptions = [UNSUPPORTED]
optional
customListener: Deno.Listener

Returns

Promise<any>