Node.js - Child Processes
You want to run two separate scripts
worker1.js and worker2.js in parallel using fork. You also want to collect their results and print "All done" only after both finish. Which approach correctly achieves this?