UNPKG

pm25

Version:

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

9 lines (5 loc) 105 B
var axm = require('pmx'); axm.catchAll(); setTimeout(function() { throw new Error('Exit'); }, 200);