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 */ });

Readme

Keywords

none

Package Sidebar

Install

npm i funil

Weekly Downloads

2

Version

0.0.1

License

ISC

Last publish

Collaborators

  • soarez