Unlisted
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
import { rpc } from "https://esm.town/v/std/rpc?v=5";
export const rpc_example = rpc(async (a: number, b: number) => {
return a + b;
});
std-rpc_example.web.val.run
February 7, 2024