minimal http handler composition
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
http-compose is a minimal Node.js library for composing HTTP handler functions into a single middleware stack. It allows developers to chain request handlers that can pass control to the next handler or terminate early with an error or value, inspired by stack-based middleware patterns. This project is ideal for Node.js developers building HTTP servers who want a lightweight, composable middleware solution.