light-queue

JSON →
library 1.0.0 ·javascript
verified Jun 7, 2026

light-queue 1.0.0 is a zero-dependency, lightweight FIFO queue for Node.js and browsers. Released as stable 1.0.0, it offers a simple API with push, pop, drain, isEmpty, and size methods. Unlike more complex queue libraries, it focuses on minimal overhead and ease of use for throttling, retries, and basic queue management. It is actively maintained and suitable for both small and moderate-scale queuing needs.