{"library":"data-queue","type":"library","category":null,"description":"A lightweight async data queue for Node.js that supports appending, prepending, and error handling. Version 0.0.3 is the latest stable release. It provides a simple callback-based API for buffering data and processing it asynchronously, similar to a stream but without the complexity. Key differentiators: minimal dependencies, no external libraries, and built-in error propagation that prevents further data addition after an error.","language":"javascript","status":"active","version":"0.0.3","tags":["javascript","queue","data","buffer","async"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install data-queue","imports":["const Queue = require('data-queue')","const queue = Queue()","queue.append(data)"]},{"cmd":"yarn add data-queue","imports":[]},{"cmd":"pnpm add data-queue","imports":[]}],"homepage":"https://github.com/mkg20001/data-queue#readme","github":"https://github.com/mkg20001/data-queue","docs":null,"changelog":null,"pypi":null,"npm":"data-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}