How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Node JSON WebSocket (a fork of **json‑socket**) decorates Node’s native `net.Socket` with a simple JSON‑over‑WebSocket protocol. It lets client‑ and server‑side code send and receive arbitrarily‑sized JSON messages (or single‑use messages) using convenient `sendMessage`, `sendEndMessage`, and helper utilities, making it easy to build bidirectional, message‑oriented services over TCP or UNIX sockets. The library is aimed at Node developers who need a lightweight, plug‑and‑play way to exchange JSON data without dealing with low‑level framing.