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

reduplexer is a small Node.js utility that combines an existing Writable stream and an existing Readable stream into a single Duplex stream, letting developers treat them as one bidirectional stream (e.g., piping a child process’s stdin and stdout). It’s targeted at Node developers who need to expose or compose separate readable and writable streams—especially when using Stream 2 APIs—without writing their own duplex wrapper.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mcollina/reduplexer

Account's avatar
isaacs/inherits
Browser-friendly inheritance fully compatible with standard node.js inherits()
Account's avatar
nodejs/readable-stream
Node.js Streams, a user-land copy of the stream library from Node.js
Account's avatar
substack/faucet
human-readable TAP summarizer
Account's avatar
observing/pre-commit
Automatically install pre-commit hooks for your npm modules.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
defunctzombie/zuul
simple browser testing

Support the repos that depend on this repository

Top contributors

mcollina's profile
mcollina
31 contributions

Recent events

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

No events yet
mcollina

mcollina/reduplexer

reduplexer(writable, readable, options)

JavaScript
13
1
ISC License