From ac2217b6931aa7f086c818f635216b2e0195947c Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 7 Aug 2014 22:12:45 +0200 Subject: [PATCH] add more streaming utils thanks to @maxogden --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index a7cecb8..4388e69 100644 --- a/readme.md +++ b/readme.md @@ -186,6 +186,10 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [co-stream](https://github.com/juliangruber/co-stream) - [co](https://github.com/visionmedia/co) generator stream. - [byline](https://www.npmjs.org/package/byline) - Super-simple line-by-line Stream reader. - [first-chunk-stream](https://github.com/sindresorhus/first-chunk-stream) - Transform the first chunk in a stream. +- [duplexify](https://github.com/mafintosh/duplexify) - Turn a writeable and readable stream into a single streams2 duplex stream. +- [pumpify](https://github.com/mafintosh/pumpify) - Combine an array of streams into a single duplex stream. +- [from2](https://github.com/hughsk/from2) - Convenience wrapper for ReadableStream, inspired by `through2`. +- [from2-array](https://github.com/binocarlos/from2-array) - Create a `from2` stream based on an array of source values. ### Real-time