Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

combine‑stream is a tiny Node.js library that merges several duplex (read/write) streams into a single virtual stream. Writing to the combined stream forwards the data to all underlying streams, and reads emit the interleaved output from each, with errors from any source bubbled up centrally. It’s useful for developers who need to duplicate or coordinate data flow across multiple streams without managing each one separately.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of deoxxa/combine-stream

Account's avatar
nodejs/readable-stream
Node.js Streams, a user-land copy of the stream library from Node.js
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.

Support the repos that depend on this repository

Top contributors

deoxxa's profile
deoxxa
16 contributions
thlorenz's profile
thlorenz
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
deoxxa

deoxxa/combine-stream

Combine multiple duplex streams into just one

JavaScript
20
3
Other