For one, NodeJS doesn’t have concurrency. It’s a single threaded event loop.
It has concurrency with Promise; it doesn't have parallelism.
It has concurrency with Promise; it doesn't have parallelism.