route
Router
Simple middleware for routing requests to specific handlers in an application
Simple route middleware
446 stars
11 watching
46 forks
Language: JavaScript
last commit: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/router | Provides a flexible routing system for building web applications with Koa. | 867 |
koajs/path-match | A simple routing wrapper around path-match. | 35 |
koajs/trie-router | A routing mechanism for Koa applications using a trie data structure to manage routes and route parameters. | 121 |
koajs/joi-router | A routing library for Node.js applications that provides input and output validation using Joi. | 450 |
koajs/resourcer-docs | Generates documentation for routes in a Koa.js application | 6 |
koajs/rewrite | Middleware to alter URLs in Koa applications | 98 |
koajs/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
koajs/basic-auth | Provides basic authentication middleware for protecting routes in a web application. | 138 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
koajs/error | Middleware for handling error responses in web applications. | 102 |
koajs/compose | Utility to combine multiple middleware functions into a single cohesive piece of software | 1,004 |
koajs/cors | A middleware for managing cross-origin resource sharing in web applications. | 732 |
koajs/mock | A middleware for creating mock web pages with customizable URL mapping and data | 41 |
choojs/nanorouter | A lightweight router for handling client-side route changes in web applications | 116 |
koajs/logger | A logging middleware for Koa.js applications | 562 |