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

The **node‑stream‑meter** package provides a small Transform stream (compatible with streams2) that simply passes data through while keeping a running count of the bytes that flow through it. By optionally specifying a maximum byte size, the meter will automatically abort the pipe with an error once that threshold is exceeded, making it handy for limiting the size of HTTP requests/responses, file uploads, or any other Node.js stream‑based data flow. It’s aimed at developers who need a lightweight, plug‑and‑play way to monitor and enforce payload size limits in their Node applications.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of brycebaril/node-stream-meter

Account's avatar
nodejs/readable-stream
Node.js Streams, a user-land copy of the stream library from Node.js
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

Support the repos that depend on this repository

Top contributors

brycebaril's profile
brycebaril
12 contributions
trenskow's profile
trenskow
1 contributions

Recent events

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

No events yet
brycebaril

brycebaril/node-stream-meter

A streams2 passthrough meter. Counts bytes passed through, and if given a max byte limit will abort the stream when it is exceeded.

JavaScript
29
4
MIT License