tmcw-ittyrouterexample.web.val.run
Readme

itty-router

This is an example of using the Val Town Web API to integrate with itty-router.

Server examples

1
2
3
4
5
6
export const ittyRouterExample = async (request: Request) => {
const { Router, json } = await import("npm:itty-router@4");
const router = Router();
router.get("/", () => "Hi");
return router.handle(request).then(json);
};
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
v5
October 23, 2023