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
import { Hono } from "npm:hono"
const app = new Hono()
app.get('/', c => c.text("Hello Hono!"))
export const honoExample = app.fetch
stevekrouse-honoexample.web.val.run
November 9, 2023