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 rob--/cluster-messages

Account's avatar
uuidjs/uuid
RFC9562 UUIDs

Support the repos that depend on this repository

Top contributors

Rob--'s profile
Rob--
11 contributions

Recent events

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

No events yet
rob--

rob--/cluster-messages

Easily send messages between workers and the master with callbacks in Node.js

JavaScript
16
2
MIT License

**cluster‑messages** is a lightweight Node.js library that simplifies communication between a master process and its worker processes in a Node.js cluster. It provides an event‑style API (`on`/`send`) with callbacks so any process can emit events and receive responses, abstracting the raw IPC message handling for developers building multi‑process server applications.