/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-routers-423a8bbd1fb9-routers-s0533-c0000.md
Routers (1) - hono-docs
Routers (1) Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt routers Summary We measured the speed...
Routers (1)
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#routers
Summary
We measured the speeds of a bunch of JavaScript routers. For example, find-my-way is a very fast router used inside Fastify. - @medley/router - find-my-way - koa-tree-router - trek-router - express (includes handling) - koa-router Firs...
Content
We measured the speeds of a bunch of JavaScript routers.
For example, find-my-way is a very fast router used inside Fastify.
- @medley/router
- find-my-way
- koa-tree-router
- trek-router
- express (includes handling)
- koa-router
First, we registered the following routing to each of our routers. These are similar to those used in the real world.