Node.js Streams, a user-land copy of the stream library from Node.js
Get a stream as a string, Buffer, ArrayBuffer or array
Reactive Extensions for modern JavaScript
Create a stream that emits events from multiple other streams
Buffers events from a stream until you are ready to handle them.
A stream that emits multiple other streams one after another.
Bytes go in, but they don't come out (when muted).
fs read and write streams based on minipass
Mimic a Node.js HTTP response stream
Get and validate the raw body of a readable stream.
Better streaming static file server with Range and conditional-GET support
Unpipe a stream from all destinations
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.
Sniff the encoding from a HTML byte stream
Decompress a HTTP response if needed
[](https://www.npmjs.com/package/@smithy/util-stream) [](https://www.npmjs.com/package/@smithy/util-stream)
split a Text Stream into a Line Stream, using Stream 3
An implementation of window.fetch in Node.js using Minipass streams
A Minipass stream that collects all the data into a single chunk
writable stream that concatenates strings or binary data and calls a callback with the result
Node.js compression middleware
create a pipeline of streams using Minipass
A Minipass stream that calls a flush function before emitting 'end'
A response-like object for mocking a Node.js HTTP response stream
Streaming Boyer-Moore-Horspool searching for node.js