UNPKG

pm25

Version:

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

12 lines (7 loc) 179 B
var axm = require('pmx'); setInterval(function() { axm.emit('content:page:created', { msg : 'A CMS page has been created', user : 'Francois Debiole' }); }, 1000);