UNPKG

pm2

Version:

Modern CLI process manager for Node apps with a builtin load-balancer

8 lines (5 loc) 126 B
var http = require('http'); http.createServer(function(req, res) { res.writeHead(200); res.end('hoy'); }).listen(8000);