x/fast
Small (<200L) web framework.
import fast from "https://deno.land/x/fast/mod.ts"; const app = new Application(); app.get("/", () => "Hello, World!"); await fast.serve()