UNPKG

clusterjs

Version:

Clusterify your NodeJS applications and deploy without downtimes. Just like that.

6 lines (5 loc) 204 B
console.log('--- test app loaded as pid: ' + process.pid); require('http').createServer(function (req, res) { res.writeHead(200, {'Content-Type': 'text/plain'}); res.end('blah'); }).listen(9615);