buffered-queue
JSON →A simple, zero-dependency Node.js module that buffers items (objects, strings, numbers) until a maximum size is reached or a flush interval expires. Current stable version is 1.0.1. It is a small, flexible utility for batching operations with a configurable custom result function. Unlike more complex message queues, buffered-queue focuses on a minimal API with events and basic options, suitable for lightweight in-process buffering. Updates are infrequent, but the module is stable and has no known issues. It is primarily used in Node.js environments and does not support ESM natively, relying on CommonJS require().
Resources
packagebuffered-queue ↗