A refinement of the parallel map module for dynamic, unbounded, and fault-tolerant parallel processing.
Test random interleavings of pull-lend-stream.
Node.js Streams, a user-land copy of the stream library from Node.js
minimal pull stream
convert a stream1 or streams2 stream into a pull-stream
Streaming http in the browser
Check if something is a Node.js stream
Get a stream as a string, Buffer, ArrayBuffer or array
Toggle the CLI cursor
destroy a stream if possible
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.
construct a pull-stream for reading from a writable source, can read old records, new (live) records, or both.
Call a callback when a readable/writable/duplex stream has completed or failed.
concatenate pull-streams
For a given Buffer or Stream, this module will attempt to determine the total length of the stream contents. It currently supports Buffers, `fs` streams, `http` responses, and `request` objects, and allows for specifying custom stream types.
A streaming way to send data to a Node.js Worker Thread
Get and validate the raw body of a readable stream.
Returns the next buffer/object in a stream's readable queue
Merge multiple streams into a unified stream
Streaming data for JavaScript
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
An iteration of the Node.js core streams with a series of improvements
pull-stream with a push interface
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.