Fastro
BlogDocsSign in

Hello World


import fastro from "https://fastro.deno.dev/mod.ts";

const f = new fastro();

f.get("/", () => "Hello, World!");

await f.serve();
Made with ♡ in Tulungagung