To me a backend framework is more like Rails or ASP.NET. Hono is more like an http router.
https://github.com/cloudflare/pingora
Pingora is actually fast and small (it does not require a JS engine). Way faster and smaller than Hono.
If you want something to be really fast: do not use RegExes.
To me a backend framework is more like Rails or ASP.NET. Hono is more like an http router.