pump
popularpipe streams together and close all of them if one of them closes
Updated by @mafintosh
tar-stream
tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without …
Updated by @mafintosh
concat-stream
writable stream that concatenates strings or binary data and calls a callback with the result
Updated by @mafintosh
end-of-stream
Call a callback when a readable/writable/duplex stream has completed or failed.
Updated by @mafintosh
prebuild-install
A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform
Updated by @mathiask
duplexify
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
Updated by @mafintosh
dns-packet
An abstract-encoding compliant module for encoding / decoding DNS packets
Updated by @mafintosh
pumpify
Combine an array of streams into a single duplex stream using pump and duplexify
Updated by @mafintosh
multistream
A stream that emits multiple other streams one after another (streams3)
Updated by @mafintosh