bl
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!
Updated by @matteo.collina
duplexify
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
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
simple-get
Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.
Updated by @linusu