import fast from "https://deno.land/x/fast/mod.ts";
const app = fast();
app.get("/", () => "Hello, World!");
await app.serve();
-
Notifications
You must be signed in to change notification settings - Fork 4
Speedy web framework
License
danteissaias/fast
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|