I have written api using nodejs and calling those api's from Python code. I always have to make sure that my nodejs is running before I execute my python code. Can we make nodejs start running automatically while start executing python file.
For Example: we can achieve this in the angular just by including some code in package.json file, so that when I start angular server that will automatically run my node script as well.
I saw about "Python-Shell" package but "It is a simple way to run Python scripts from Node.js".
This is very important. Please help me!!