Example project how to run shell scripts in node.js in parallel with a maximal limit of parallel running scripts.
This example executes a simple python script several times with changing parameters.
npm install
Python needs to be installed to execute the commands.
node index.js
or
npm start