UNPKG

pm2

Version:

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

8 lines (5 loc) 168 B
var axm = require('axm'); axm.action('refresh:db', {comment : 'Refresh main database'}, function(reply) { console.log('Refreshing'); reply({success : true}); });