node-p-map

Map over promises concurrently
  https://github.com/sindresorhus/p-map#readme
  0
  no reviews



Useful when you need to run promise-returning & async functions multiple times with different inputs concurrently.

Node.js is an event-based server-side JavaScript engine.