Releases: livesey-finance/livesey-routing
Releases · livesey-finance/livesey-routing
v1.0.3
The livesey-routing package is a lightweight HTTP routing module for Node.js applications, offering essential tools for handling HTTP requests, URL parameters, request bodies, and custom routes. It features a RouteBuilder class that simplifies the creation of routes for various HTTP methods (GET, POST, etc.) and supports middleware and nested routers for more complex applications.
The package is ideal for developers looking for a straightforward and efficient way to manage routing in Node.js without the overhead of larger frameworks.
For more detailed usage instructions and features, you can check the GitHub repository.