Skip to content

micnews/stream-cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stream-cat

Concatenate streams, the simple way.

build status

testling badge

Example

var cat = require('stream-cat');

cat([abcStream(), defStream()]).pipe(process.stdout);

// outputs:
a b c d e f

Installation

$ npm install stream-cat

API

cat(streams)

Given an array of streams, drain one after another completely and stream the results. Returns a readable stream. Errors are forwarded.

Just like cat streamA streamB.

License

MIT

About

Concatenate streams, the simple way

Resources

Stars

Watchers

Forks

Packages

No packages published