CodeBrowser / npm / router
router@2.2.0
// Simple middleware-style router
$ npm install router
downloads/wk
52,873,300
license
MIT
version
2.2.0
published
Mar 27, 2025
What is router?
The router package provides a simple, middleware-style routing system for handling HTTP requests in Node.js applications. Developers use it to map incoming requests to specific handler functions based on URL patterns and HTTP methods, making it easier to organize and manage application endpoints.
Maintainers
wesleytodd, ulisesgascon, dougwilson