/Knowledge/sources/honojs__hono/llms-full/hono-multiple-routers--f106b2aca015.md
Hono: Multiple routers - hono-docs
Hono: Multiple routers Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt multiple routers Summary Hono h...
Hono: Multiple routers
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#multiple-routers
Summary
Hono has multiple routers. RegExpRouter is the fastest router in the JavaScript world. It matches the route using a single large Regex created before dispatch. With SmartRouter, it supports all route patterns. *LinearRouter...
Content
Hono has multiple routers.
RegExpRouter is the fastest router in the JavaScript world. It matches the route using a single large Regex created before dispatch. With SmartRouter, it supports all route patterns.
LinearRouter registers the routes very quickly, so it's suitable for an environment that initializes applications every time. PatternRouter simply adds and matches the pattern, making it small.
See more information about routes.
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#multiple-routers",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Hono > Multiple routers",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 10,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Hono: Multiple routers",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}