A lightweight JavaScript library that matches paths against registered routes. It includes support for dynamic and star segments and nested handlers.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
route-recognizer is a lightweight JavaScript library for matching paths against registered routes, supporting dynamic and star segments as well as nested handlers. It's designed to be used as a core component in more comprehensive routing systems, such as router.js. The library is modular and follows the Unix philosophy, focusing on doing one thing well while remaining under 2k in size.