simple-in-memory-queue

JSON →
library 1.1.7 ·javascript
verified Jun 7, 2026

Simple-in-memory-queue v1.1.7 is a lightweight in-memory queue library for Node.js (>=8) and browser environments, written in TypeScript with included type definitions. It provides basic queue operations (push, pop, peek) and event subscriptions, along with built-in consumer patterns: debounce, batch, and resilient remote consumer with retries and backpressure. Unlike heavier alternatives like Bull or Bee-Queue, it requires no external storage or message broker, making it ideal for simple client-side or server-side queuing needs. The library is actively maintained with frequent releases.