Skip to main content
Module

x/fastro/examples/string.ts

Fast and simple web application framework for deno
Go to Latest
File
import fastro from "../server/mod.ts";
await fastro().get("/", () => "Hello world").serve();