Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 542 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 542 Bytes

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();