UNPKG

pm25

Version:

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

13 lines (8 loc) 197 B
setInterval(function() { console.log('log message from echo.js'); }, 1500); setTimeout(function() { setInterval(function() { console.error('err msg from echo.js'); }, 1500); }, 750);