child-balancer

Simple NodeJS child process balancer

Usage no npm install needed!

<script type="module">
  import childBalancer from 'https://cdn.skypack.dev/child-balancer';
</script>

README

Simple child_process balancer.

Main idea is to provide simple api for creating child workers that will process some messages and reply it back to master process.