2.2.2 • Published 9 years ago

io-stream v2.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

NO LONGER NEEDED, JUST USE readable-stream

io-stream

Build Status

npm install --save io-stream

Node/iojs-core streams for userland

This package is a mirror of the Streams in iojs.

If you want to guarantee a stable streams base, regardless of what version of iojs you, or the users of your libraries are using, use io-stream only and avoid the "stream" module in iojs-core.

io-stream versions are pegged to iojs versions so 1.7.1 would corispond to the streams from 1.7.1.

This packaeg is forked from readable-stream and may end up being merged back in.