UNPKG

pm25

Version:

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

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