funil

0.0.1 • Public • Published

funil

a stream that aggegates other streams

var Funil = require('./funil');
 
var f = new Funil();
f.add(streamA);
f.add(streamB);
f.add(streamC);
f.add(streamD);
 
f.on('data', function(d) { /* d can be from either one of the streams */ });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    2
  • 0.0.0
    1

Package Sidebar

Install

npm i funil

Weekly Downloads

3

Version

0.0.1

License

ISC

Last publish

Collaborators

  • soarez