UNPKG

pm25

Version:

Production process manager for Node.JS applications with a built-in load balancer.

7 lines (6 loc) 144 B
var http = require('http'); http.createServer(function(req, res) { res.writeHead(200); res.end('hey'); }).listen(8010); console.log("edit")