UNPKG

rocksteady

Version:

Drink blazin' electric death, downtime! Fast, zero-downtime apps for production enviroments.

11 lines (7 loc) 191 B
// Generated by CoffeeScript 1.9.1 var http; http = require('http'); module.exports = http.createServer(function(req, res) { return res.end('hi'); }); //# sourceMappingURL=server.js.map