UNPKG

pm25

Version:

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

8 lines (5 loc) 152 B
var axm = require('pmx'); axm.action('refresh:db', function(reply) { console.log('Refreshing'); reply({success : true, subobj : { a : 'b'}}); });