Fastro
BlogDocsSign in

Hello JSON


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

const f = new fastro();

f.get("/", () => ({ text: "Hello json" }));

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