funnel-stream

0.0.1 • Public • Published

funnel-stream

merge many streams into one output stream.

var funnel = require('funnel-stream')


var f = funnel()


var inputStream = f.createInput()

BIG_DATA.pipe(inputStream)

//later

f.createOutput().pipe(BIG_DATA_DUMP)

you should only create one dump at a time.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i funnel-stream

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • nopersonsmodules