pm2/examples/v1/sendmsg.js
2016-08-07 02:16:13 -07:00

8 lines
131 B
JavaScript

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