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 **limit‑spawn** module is a tiny Node.js utility that wraps a child process created with `child_process.spawn` and automatically terminates it once a configurable amount of output data (in bytes) has been sent. It also emits a `max-limit-exceeded` event so callers can react when the soft limit is reached. This package is aimed at developers who need to enforce output size caps on spawned processes—e.g., to prevent runaway logging or resource‑exhaustion in CLI tools or server‑side scripts.

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

alessioalex's profile
alessioalex
1 contributions

Recent events

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

No events yet
alessioalex

alessioalex/limit-spawn

Kills a child process created with spawn after X bytes are sent

JavaScript
2
0
MIT License