TypeScript definitions for through
Call a callback when a readable/writable/duplex stream has completed or failed.
destroy a stream if possible
A consumable stream demultiplexer.
Get and validate the raw body of a readable stream.
A streaming way to send data to a Node.js Worker Thread
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
Streaming data for JavaScript
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
Simple JS queue with auto run for node and browsers
LRU Queue
A stream that emits multiple other streams one after another.
In memory queue system prioritizing tasks
Promise-based queue
minimal implementation of a PassThrough stream
a through stream that starts paused and resumes on the next tick
Merge multiple streams into a unified stream
writable stream that concatenates strings or binary data and calls a callback with the result
the stream module from node core for browsers
fast buffer storage
An iteration of the Node.js core streams with a series of improvements
Streaming HTML parser with scripting support.
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.
Converts a Web-API readable-stream into a Node.js readable-stream.