Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Readme

This val is simple, and just a way to test the express API.

1
export let express_example = (req, res) => res.send("hi");
October 23, 2023