nodeup

A simple cluster implementation for node

Usage no npm install needed!

<script type="module">
  import nodeup from 'https://cdn.skypack.dev/nodeup';
</script>

README

nodeup

Simple cluster implementation for node

The code for this project comes largely from the deprecated LearnBoost/up project, and the node cluster documentation.

Help

Usage: nodeup [options]

Options:

-h, --help                 output usage information
-V, --version              output the version number
-d, --delay [miliseconds]  Miliseconds to wait between respawning workers
-n, --number [number]      Number of workers

License

MIT License