Skip to main content
Module

x/fastro/benchmarks/fastro.ts

Fast and simple web application framework for deno
Go to Latest
File
import { fastro } from "../server/mod.ts";
await fastro().get("/", () => new Response("Hello world!")).serve();