axios-queue-js

JSON →
library 1.1.6 ·javascript
verified Jun 7, 2026

axios-queue-js is a lightweight TypeScript wrapper around axios that queues HTTP requests, limiting concurrency to improve performance and prevent connection overload. Current stable version is 1.1.6. It works in both Node.js and browser environments. The library allows developers to replace axios directly with no code changes, or customize queue size and axios client via the AxiosQueueManager class. Key differentiator: it solves the problem of too many concurrent requests (e.g., 1000 requests failing with vanilla axios) by queuing them, achieving up to 478x more requests in only 3x the time. Requires axios >= 0.21.4 as a peer dependency. Release cadence appears to be active but low frequency.