path-match

Router

A simple routing wrapper around path-match.

koa route middleware

GitHub

35 stars
6 watching
5 forks
Language: JavaScript
last commit: about 2 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
koajs/route Simple middleware for routing requests to specific handlers in an application 446
koajs/router Provides a flexible routing system for building web applications with Koa. 867
koajs/trie-router A routing mechanism for Koa applications using a trie data structure to manage routes and route parameters. 121
koajs/mount A utility that allows middleware to operate independently of a prefix by temporarily stripping the path from the URL. 554
koajs/resourcer-docs Generates documentation for routes in a Koa.js application 6
koajs/joi-router A routing library for Node.js applications that provides input and output validation using Joi. 450
koajs/json Middleware for generating pretty-printed JSON responses in Koa applications. 198
koajs/rewrite Middleware to alter URLs in Koa applications 98
koajs/logger A logging middleware for Koa.js applications 562
koajs/resourcer Makes it easy to mount independent sub-applications within a Koa application using directory structure and configuration files. 35
koajs/koa-roles An authentication module for Koa.js applications 118
koajs/override-method Utility function to determine the HTTP method of an incoming request based on override headers or request body 7
koajs/session A session management middleware for Koa applications 902
koajs/parameter Middleware for validating parameters in web applications 67
koajs/basic-auth Provides basic authentication middleware for protecting routes in a web application. 138