Consumes a stream of binary data and emits Buffer objects with sequence numbers to ensure proper ordering of messages. Also provides a stream which lets you reassemble the data in the correct order.
Node.js Streams, a user-land copy of the stream library from Node.js
Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects
Check if something is a Node.js stream
A toolbox for displaying and modifying diagrams on the web
destroy a stream if possible
Get a stream as a string, Buffer, ArrayBuffer or array
Toggle the CLI cursor
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
Call a callback when a readable/writable/duplex stream has completed or failed.
Sort items in a graph using a topological sort while resolving cycles with priority groups
A streaming way to send data to a Node.js Worker Thread
Get and validate the raw body of a readable stream.
Merge multiple streams into a unified stream
Returns the next buffer/object in a stream's readable queue
An iteration of the Node.js core streams with a series of improvements
Streaming data for JavaScript
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
Sort items in a graph using a topological sort
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.
A stream that emits multiple other streams one after another.
minimal implementation of a PassThrough stream
Streaming HTML parser with scripting support.
writable stream that concatenates strings or binary data and calls a callback with the result