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)

/mux/

    Package Sidebar

    Install

    npm i mux

    Weekly Downloads

    493

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • juliangruber