wrap a push-stream into a pull-stream, for source, sink, and duplex.
Node.js Streams, a user-land copy of the stream library from Node.js
minimal pull stream
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.
destroy a stream if possible
Check if something is a Node.js stream
Call a callback when a readable/writable/duplex stream has completed or failed.
Get a stream as a string, Buffer, ArrayBuffer or array
Streaming http in the browser
A streaming way to send data to a Node.js Worker Thread
Get and validate the raw body of a readable stream.
An iteration of the Node.js core streams with a series of improvements
Toggle the CLI cursor
minimal implementation of a PassThrough stream
A stream that emits multiple other streams one after another.
Converts a Web-API readable-stream into a Node.js readable-stream.
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.
The string_decoder module from Node core
writable stream that concatenates strings or binary data and calls a callback with the result
Concatenate a readable stream's data into a single array
Open Node Streams on demand.
Postgres bytea parser
Merge multiple streams into a unified stream
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.