Share a cookie-based express-session middleware with socket.io
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project allows developers to share session data between Express and Socket.io applications, enabling access to the same session object (`socket.handshake.session`) within Socket.io event handlers that's available in Express route middleware. It's designed for Node.js developers building real-time applications who need to maintain user session state across both HTTP requests and WebSocket connections.