/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-which-preset-should-c96a19a06be6-which-preset-should-i-use-s0609-c0001.md
Which preset should I use? (2) - hono-docs
Which preset should I use? (2) Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt which preset shoul...
Which preset should I use? (2)
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#which-preset-should-i-use
Summary
Although the registration phase may be slower than hono/quick, it exhibits high performance once booted. It's ideal for long-life servers built with Deno, Bun, or Node.js. It is also suitable for Fastly Compute, as rout...
Content
Although the registration phase may be slower than hono/quick, it exhibits high performance once booted. It's ideal for long-life servers built with Deno, Bun, or Node.js. It is also suitable for Fastly Compute, as route registration occurs during the app build phase on that platform. For environments such as Cloudflare Workers, Deno Deploy, where v8 isolates are utilized, this preset is suitable as well because the isolations persist for a certain amount of time after booting. |
| hono/quick | This preset is designed for environments where the application is initialized for every request. |
| hono/tiny | This is the smallest router package and it's suitable for environments where resources are limited. |