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 { reactExample } from "https://esm.town/v/stevekrouse/reactExample?v=0";
import { aFunction } from "https://esm.town/v/taufiq/aFunction";
export async function aHandler(request: Request): Promise<Response> {
return reactExample();
}
taufiq-ahandler.web.val.run
November 2, 2023