{"library":"fileq","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"1.4.1","tags":["javascript","file","buffer","json","queue","FIFO","peek","poll","transactional"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install fileq","imports":["const FileQueue = require('fileq')"]},{"cmd":"yarn add fileq","imports":[]},{"cmd":"pnpm add fileq","imports":[]}],"homepage":"https://github.com/solzimer/fileq#readme","github":"https://github.com/solzimer/fileq","docs":null,"changelog":null,"pypi":null,"npm":"fileq","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}