Connect multiple processes via IPC using node-ipc for backends
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
IPC-Link is a mini-framework built on top of node-ipc that enables communication between multiple Node.js processes through "connection channels," allowing them to send data back and forth reliably. It features a queue system that manages Promises for each message until a response is received, automatically resolving or rejecting based on the success status of the reply. This tool is designed for developers working with Node.js who need to coordinate multiple processes, such as in distributed systems or complex applications requiring inter-process communication.