Github repository
The code for node-stream-stream is available on Github at http://github.com/Floby/node-stream-stream.
Use it as a package
node-stream-stream is also published as a NPM Package. Just type in:
npm install stream-stream
Or add it as a dependency of your Node.js project:
// package.json
{
...
"dependencies": {
"stream-stream":"~1.0"
}
}