merge-stream

Stream merger

Merges multiple streams into one interleaved stream

Merge multiple streams into one interleaved stream

GitHub

214 stars
6 watching
16 forks
Language: JavaScript
last commit: over 5 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
feross/multistream Combines multiple streams into one, where each stream is emitted after the previous one is consumed. 288
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
unifiedjs/unified-stream Transforms a unified processor into a Node.js stream for processing input data 17
mapbox/geojson-merge Merges multiple GeoJSON files into one FeatureCollection. 233
sindresorhus/into-stream Converts various input types into readable streams. 207
scarvalhojr/aocleaderboard Merges multiple Advent of Code leaderboards and displays them on a single page with scores and star counts. 4
connrs/gedcom-stream A Node.js library that processes GEDCOM files by emitting objects representing entries from the file. 16
alexshevch/node-merge-objects Merges two objects into one, concatenating arrays of equal keys 2
erikras/multireducer Utility to create a single reducer from multiple copies of the same reducer 422
sindresorhus/get-stream A utility library for working with streams in JavaScript 341
browserify/stream-browserify Makes Node.js stream API compatible with browser environments. 103
nodejs/readable-stream Provides a Node.js implementation of the core streams classes for userland development 1,032
rubensworks/jsonld-streaming-parser.js A streaming JSON-LD parser that converts documents into RDF/JS triples and quads. 80
rpominov/basic-streams A basic event streams library for JavaScript 69
then/sprom A utility for converting Node.js Streams into Promises 14