Necessary Utils Basic Queue
JSON →A lightweight TypeScript queue library for internal systems. Version 1.3.5 provides a simple in-memory queue with producer-consumer pattern, automatic or manual message acknowledgment (ACK), and interceptor hooks (WhenAnyMessage, WhenZeroMessage, WhenQueueStopped, WhenQueueStarted, custom). It supports generics for typed messages and is ESM-only with TypeScript types included. No external dependencies. Designed for Node.js environments where a basic queue is needed without heavy infrastructure like Redis or Bull. NPM downloads are low, indicating niche use.