Skip to main content
Module

x/fast/mod.ts

Deno web framework with almost zero overhead.
Go to Latest
File
import { WebApp } from "./web/app.ts";export default () => new WebApp();export { Context } from "./web/context.ts";export type { Middleware, NextFunction } from "./web/next.ts";