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 Koa from "npm:koa";
const app = new Koa();
app.use((ctx: Koa.Context) => {
ctx.body = "Hello, Koa!";
});
app.listen(3000);
kuomory-violetwarbler.web.val.run
April 12, 2024