UNPKG

pm25

Version:

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

11 lines (7 loc) 175 B
var pmx = require('pmx'); pmx.action('example', function(reply) { reply({success:true}); }); setInterval(function() { // Do not auto exit on empty event loop }, 1000);