merge-stream
Stream merger
Merges multiple streams into one interleaved stream
Merge multiple streams into one interleaved stream
213 stars
6 watching
16 forks
Language: JavaScript
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Combines multiple streams into one, where each stream is emitted after the previous one is consumed. | 288 |
| A utility for merging multiple streams into a single stream, useful for handling paginated requests or other iteration-based data sources. | 7 |
| Transforms a unified processor into a Node.js stream for processing input data | 17 |
| Merges multiple GeoJSON files into one FeatureCollection. | 233 |
| Converts various input types into readable streams. | 207 |
| Merges multiple Advent of Code leaderboards and displays them on a single page with scores and star counts. | 4 |
| A Node.js library that processes GEDCOM files by emitting objects representing entries from the file. | 16 |
| Merges two objects into one, concatenating arrays of equal keys | 2 |
| Utility to create a single reducer from multiple copies of the same reducer | 422 |
| A utility library for working with streams in JavaScript | 342 |
| Makes Node.js stream API compatible with browser environments. | 103 |
| Provides a Node.js implementation of the core streams classes for userland development | 1,033 |
| A streaming JSON-LD parser that converts documents into RDF/JS triples and quads. | 80 |
| A basic event streams library for JavaScript | 69 |
| A utility for converting Node.js Streams into Promises | 14 |