1.1.2 • Published 8 years ago

streamception v1.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Streamception

Xzibit

npm install --save streamception

Flattens out a stream of streams those streams can emit streams, which can emit streams all the way down.

API: pipe in an object stream non stream items get passed through, if an object is a stream then it's objects are passed through instead, ditto if any of those are streams. We test for the presence of a pipe method to figure out if something is a stream.

Should correctly handle back pressure even in deeply nested streams.

Infinite cats

MIT License