fileq
JSON →File-based FIFO queue for Node.js, version 1.4.1. It stores JSON objects in files, allowing independent read/write operations without increasing memory usage. Supports multiple readers and writers, callback and promise modes, transactional commits via a done callback, queue recovery on process restart, and configurable persistence. Compared to in-memory queues like Bull or Bee-Queue, fileq offers simplicity and zero external dependencies (no Redis), but is limited to file-based storage and single-machine use.
Resources
packagefileq ↗