Express middleware that limits the number of simultaneously processed requests by queuing excess requests. Version 0.0.13, stable but low activity. Supports configurable active limit and queued limit with optional custom rejection handler. Uses MiniQueue internally. Differentiates from simple rate-limiters by queuing rather than dropping requests immediately.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
ESM default import works; CommonJS require works in Node >=6
CommonJS pattern: package exports a single function, not a named export
For TypeScript with esModuleInterop false, use this destructuring
Sets up Express with queue middleware limiting concurrent requests to 2, queueing excess requests without rejection.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.
No traffic data recorded yet.