Turn your view into a duplex stream
Node.js Streams, a user-land copy of the stream library from Node.js
minimal pull stream
Streaming http in the browser
convert a stream1 or streams2 stream into a pull-stream
Check if something is a Node.js stream
Get a stream as a string, Buffer, ArrayBuffer or array
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
construct a pull-stream for reading from a writable source, can read old records, new (live) records, or both.
Toggle the CLI cursor
Call a callback when a readable/writable/duplex stream has completed or failed.
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.
concatenate pull-streams
Mocks node.js http.ServerResponse. See also `mock-req`.
Get and validate the raw body of a readable stream.
A streaming way to send data to a Node.js Worker Thread
CLI tool for running Yeoman generators
pull-stream with a push interface
A stream that emits multiple other streams one after another.
Merge multiple streams into a unified stream
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
Streaming data for JavaScript
An iteration of the Node.js core streams with a series of improvements