runkit.com/runkit/hello-world-api
exports.endpoint = function(req, res) { res.end("Hello, World!"); }