readable-stream
Node.js Streams, a user-land copy of the stream library from Node.js
Node.js Streams, a user-land copy of the stream library from Node.js
Get a stream as a string, Buffer, ArrayBuffer or array
Check if something is a Node.js stream
Recursive version of fs.readdir with streaming API.
Call a callback when a readable/writable/duplex stream has completed or failed.
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
Minimal async jobs utility library, with streams support
Mimic a Node.js HTTP response stream
Determine if an object is a Stream
Decompress a HTTP response if needed
Bytes go in, but they don't come out (when muted).
simplified stream construction
Get stdin as a string or buffer
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!
minimal implementation of a PassThrough stream
destroy a stream if possible
Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
Merge multiple streams into one stream in sequence or parallel.
Combine an array of streams into a single duplex stream using pump and duplexify