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 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
koajs/routerProvides a flexible routing system for building web applications with Koa.871
koajs/routeSimple middleware for routing requests to specific handlers in an application447
koajs/path-matchA simple routing wrapper around path-match.35
koajs/joi-routerA routing library for Node.js applications that provides input and output validation using Joi.450
koajs/resourcer-docsGenerates documentation for routes in a Koa.js application6
koajs/sessionA session management middleware for Koa applications902
koajs/rewriteMiddleware to alter URLs in Koa applications98
koajs/generic-sessionProvides a flexible and customizable session management system for Koa.js applications.414
koajs/koa-rolesAn authentication module for Koa.js applications118
koajs/resourcerMakes it easy to mount independent sub-applications within a Koa application using directory structure and configuration files.35
koajs/localesAn internationalization solution for Koa.js applications68
koajs/corsA middleware for managing cross-origin resource sharing in web applications.734
koajs/loggerA logging middleware for Koa.js applications563
koajs/traceA tracing module for Koa applications that enables event logging and supports various tracing systems.53
jiangfengming/vue-pilotA Vue router implementation using a Trie data structure to manage routes and history states.11