WebSocket client with reconnect back-off feature. Works in the browser, Node.js and React Native.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The @gamestdio/websocket package is a thin wrapper around the native WebSocket API that adds robust, configurable reconnection logic with back‑off strategies (e.g., exponential or Fibonacci) for automatic retries when a connection drops. It is aimed at developers who need a reliable WebSocket client in environments such as browsers, Node.js, or React Native, and who want to manage connection failures without writing custom reconnection code.