UNPKG

pm25

Version:

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

10 lines (7 loc) 169 B
var leak = []; setInterval(function() { for (var i = 0; i < 10; i++) { var str = i.toString() + " on a stick, short and stout!"; leak.push(str); } }, 50);