trie-router

Route manager

A routing mechanism for Koa applications using a trie data structure to manage routes and route parameters.

Trie-routing for Koa

GitHub

121 stars
9 watching
12 forks
Language: JavaScript
last commit: over 5 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
koajs/router Provides a flexible routing system for building web applications with Koa. 871
koajs/route Simple middleware for routing requests to specific handlers in an application 447
koajs/path-match A simple routing wrapper around path-match. 35
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/session A session management middleware for Koa applications 902
koajs/rewrite Middleware to alter URLs in Koa applications 98
koajs/generic-session Provides a flexible and customizable session management system for Koa.js applications. 414
koajs/koa-roles An authentication module for Koa.js applications 118
koajs/resourcer Makes it easy to mount independent sub-applications within a Koa application using directory structure and configuration files. 35
koajs/locales An internationalization solution for Koa.js applications 68
koajs/cors A middleware for managing cross-origin resource sharing in web applications. 734
koajs/logger A logging middleware for Koa.js applications 563
koajs/trace A tracing module for Koa applications that enables event logging and supports various tracing systems. 53
jiangfengming/vue-pilot A Vue router implementation using a Trie data structure to manage routes and history states. 11