multistream

Stream combiner

Combines multiple streams into one, where each stream is emitted after the previous one is consumed.

A stream that emits multiple other streams one after another (streams3)

GitHub

288 stars
9 watching
26 forks
Language: JavaScript
last commit: about 5 years ago
Linked from 1 awesome list

javascriptmultistreamnodejsstreamstreams

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
grncdr/merge-streamMerges multiple streams into one interleaved stream213
unifiedjs/unified-streamTransforms a unified processor into a Node.js stream for processing input data17
timhudson/continue-streamA utility for merging multiple streams into a single stream, useful for handling paginated requests or other iteration-based data sources.7
feross/bufferProvides an API identical to Node.js Buffer for the browser1,814
then/spromA utility for converting Node.js Streams into Promises14
erikras/multireducerUtility to create a single reducer from multiple copies of the same reducer422
winterbe/streamjsA lightweight functional programming library for operating on in-memory data collections861
sindresorhus/into-streamConverts various input types into readable streams.207
sindresorhus/get-streamA utility library for working with streams in JavaScript342
mafintosh/pumpPipes multiple streams together and destroys them when one closes908
mafintosh/pumpifyCombines multiple streams into a single stream for pipelining and error handling256
browserify/stream-browserifyMakes Node.js stream API compatible with browser environments.103
beatrichartz/parallel_streamAn Elixir module that parallelizes stream operations while preserving order100
mafintosh/duplexifyTurns a writable and readable stream into a single streams2 duplex stream with support for async initialization and input from both streams1 and streams2.191
feross/simple-websocketProvides a simple WebSocket API for working with real-time communication in the browser or Node.js environment.185