mux

0.0.2 • Public • Published

mux

Multiplex streams, like tee(1).

Usage

var mux = require('mux');
 
src
  .pipe(mux(
    dest1,
    dest2,
    dest3
  ))
  .pipe(somewhereElse)

Installation

$ npm install mux
# or 
$ component install juliangruber/mux

API

mux(destination, ...)

Creates a new through Stream that pipes all incoming data to each destination-Stream.

License

(MIT)

Readme

Keywords

none

Package Sidebar

Install

npm i mux

Weekly Downloads

218

Version

0.0.2

License

MIT

Last publish

Collaborators

  • juliangruber