UNPKG

pm25

Version:

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

10 lines (7 loc) 154 B
var axm = require('pmx'); setInterval(function() { axm.emit('user:register', { user : 'toto@gmail.com', mail : 'hey@gmail.com' }); }, 200);