pm2/examples/human_event.js
2014-01-11 18:48:41 +01:00

5 lines
100 B
JavaScript

setInterval(function() {
process.send({type:"event:zlatan", msg:'hello im an human'});
}, 1000);