UNPKG

pm2

Version:

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

10 lines (7 loc) 164 B
var axm = require('axm'); axm.http(); var http = require('http'); http.createServer(function(req, res) { res.writeHead(200); res.end('hoy'); }).listen(8000);