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.
Simple NodeJS child process balancer
<script type="module">
import childBalancer from 'https://cdn.skypack.dev/child-balancer';
</script>
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.