Fast
Deno web framework with almost zero overhead.
import fast from "https://deno.land/x/fast/mod.ts";
const app = fast();
app.get("/", () => "Hello, World!");
await app.serve();
Deno web framework with almost zero overhead.
import fast from "https://deno.land/x/fast/mod.ts";
const app = fast();
app.get("/", () => "Hello, World!");
await app.serve();