Public
HTTP (deprecated)
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
1
2
3
4
5
6
7
import { Hono } from "npm:hono@4.0.0";
const app = new Hono();
app.get("/", (c) => c.text("hello world!"));
export default app.fetch;
rikkaebi-hono.web.val.run
July 22, 2024