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)
288 stars
9 watching
26 forks
Language: JavaScript
last commit: about 3 years ago
Linked from 1 awesome list
javascriptmultistreamnodejsstreamstreams
Related projects:
Repository | Description | Stars |
---|---|---|
grncdr/merge-stream | Merges multiple streams into one interleaved stream | 214 |
unifiedjs/unified-stream | Transforms a unified processor into a Node.js stream for processing input data | 17 |
timhudson/continue-stream | A utility for merging multiple streams into a single stream, useful for handling paginated requests or other iteration-based data sources. | 7 |
feross/buffer | Provides an API identical to Node.js Buffer for the browser | 1,802 |
then/sprom | A utility for converting Node.js Streams into Promises | 14 |
erikras/multireducer | Utility to create a single reducer from multiple copies of the same reducer | 422 |
winterbe/streamjs | A lightweight functional programming library for operating on in-memory data collections | 861 |
sindresorhus/into-stream | Converts various input types into readable streams. | 207 |
sindresorhus/get-stream | A utility library for working with streams in JavaScript | 341 |
mafintosh/pump | Pipes multiple streams together and destroys them when one closes | 908 |
mafintosh/pumpify | Combines multiple streams into a single stream for pipelining and error handling | 256 |
browserify/stream-browserify | Makes Node.js stream API compatible with browser environments. | 103 |
beatrichartz/parallel_stream | An Elixir module that parallelizes stream operations while preserving order | 100 |
mafintosh/duplexify | Turns 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-websocket | Provides a simple WebSocket API for working with real-time communication in the browser or Node.js environment. | 184 |