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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
addaleax

addaleax/duplexpair

Make a full duplex stream with 2 Duplex endpoints

JavaScript
5
3
MIT License
addaleax's profile
addaleax
5 contributions

Support the dependencies of addaleax/duplexpair

Account's avatar
nodejs/readable-stream
Node.js Streams, a user-land copy of the stream library from Node.js
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
istanbuljs/nyc
the Istanbul command line interface

`duplexpair` is a tiny Node.js utility that creates a pair of linked `Duplex` streams, allowing data written to one endpoint to be read from the other as a full‑duplex communication channel. It’s useful for developers who need in‑process stream sockets—e.g., for testing, mock networking, or connecting stream‑based APIs without involving real network resources.