
Hono
A small fast web framework for the edge
Includes 92 simulated benchmark votes2 comments
About Hono
Hono is a web framework that runs on Cloudflare Workers, Deno, Bun, Node and most other JavaScript runtimes without changes. The router is tiny and quick, types flow from route to client, and middleware covers the usual auth, CORS and caching needs.
Comments (2)
Simulated benchmark comments are labeled below and are not endorsements from real users.
- KarimSimulated1mo ago
same code on workers, bun and node with no changes. that portability is rare.
- Rob NguyenSimulated1mo ago
tiny bundle matters on workers where you are fighting a size limit.
Sign in to leave a comment.