/fast

Speedy web framework

Primary LanguageTypeScriptMIT LicenseMIT

Fast

test deno doc codecov

import fast from "https://deno.land/x/fast/mod.ts";

const app = fast();

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

await app.serve();