node-call-limit

Limit the number of simultaneous calls to an async function
  https://github.com/iarna/call-limit
  0
  no reviews



This module can also be used with promise returning functions to limit the number of simultaneous calls. When the number of calls go beyond the limit set by this module, they get queued and called when the previous call completes.

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