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 of brycebaril/stream-splice

Account's avatar
maxogden/concat-stream
writable stream that concatenates strings or binary data and calls a callback with the result
Account's avatar
brycebaril/node-stream-spigot
A readable stream generator, useful for testing or converting simple functions into Readable streams.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
rvagg/through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
Account's avatar
brycebaril/through2-filter
A through2 to create an Array.prototype.filter analog for streams.
Account's avatar
brycebaril/through2-map
A through2 to create an Array.prototype.map analog for streams.

Support the repos that depend on this repository

Top contributors

brycebaril's profile
brycebaril
24 contributions

Recent events

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

No events yet
brycebaril

brycebaril/stream-splice

Splice multiple streams into a single pipeline. Useful for exposing multi-step piped streams as a single stream.

JavaScript
5
0
MIT License

stream‑splice is a tiny Node.js utility that lets developers combine several readable, writable or transform streams into one composite stream, exposing the whole multi‑step pipeline as a single `stream.Transform`‑compatible object. It’s aimed at module authors who want to bundle internal stream processing steps (e.g., filtering, mapping, line‑splitting) while keeping a clean, pipe‑able API for library users.