fanout-stream
v1.0.2
Published
fan out from srouce to streams and collect its output
Downloads
4
Readme
fanout-stream
It's a stream to fan out from source to streams and collect its output.
Installation
Install module via NPM:
npm install fanout-stream
Usage
var fanout = require('fanout-stream');
// Create stream to fan out from source to two streams
var fanoutStream = fanout.createFanoutStream([
outputStream1,
outputStream2,
], { objectMode: true });
License
Licensed under the MIT License
Authors
Copyright(c) 2017 Fred Chien <[email protected]>