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: over 3 years ago
Linked from 1 awesome list
javascriptmultistreamnodejsstreamstreams
Related projects:
Repository | Description | Stars |
---|---|---|
| Merges multiple streams into one interleaved stream | 213 |
| Transforms a unified processor into a Node.js stream for processing input data | 17 |
| A utility for merging multiple streams into a single stream, useful for handling paginated requests or other iteration-based data sources. | 7 |
| Provides an API identical to Node.js Buffer for the browser | 1,814 |
| A utility for converting Node.js Streams into Promises | 14 |
| Utility to create a single reducer from multiple copies of the same reducer | 422 |
| A lightweight functional programming library for operating on in-memory data collections | 861 |
| Converts various input types into readable streams. | 207 |
| A utility library for working with streams in JavaScript | 342 |
| Pipes multiple streams together and destroys them when one closes | 908 |
| Combines multiple streams into a single stream for pipelining and error handling | 256 |
| Makes Node.js stream API compatible with browser environments. | 103 |
| An Elixir module that parallelizes stream operations while preserving order | 100 |
| 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 |
| Provides a simple WebSocket API for working with real-time communication in the browser or Node.js environment. | 185 |