Answer the question
In order to leave comments, you need to log in
How to run multiple scripts at the same time?
How to run several node js scripts at the same time through a batch file?
So they are executed synchronously and have to wait a long time
cd parsers
node parser1 &
node parser2 &
node parser3 &
node parser4 &
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question