pm2/examples/sendmsg.js
Alexandre Strzelewicz 03ff6672d0 PM2 EVOLUTION
2013-09-28 17:33:46 +02:00

8 lines
131 B
JavaScript

setInterval(function() {
process.send({
type : 'miami',
data : { msg : 'i can communicate with others'}
});
}, 1000);