Skip to content

Latest commit

 

History

History
40 lines (40 loc) · 1.3 KB

index.md

File metadata and controls

40 lines (40 loc) · 1.3 KB
title titleTemplate head layout hero features
Hono - Ultrafast web framework for the Edges
:title
meta
property content
og:description
Hono is a small, simple, and ultrafast web framework for the Edges. It works on Cloudflare Workers, Fastly Compute, Deno, Bun, Vercel, Netlify, AWS Lambda, Lambda@Edge, and Node.js. Fast, but not only fast.
home
name text tagline image actions
Hono
Fast, Lightweight, Web-standards
Runs on any JavaScript runtime.
src alt
/images/code.webp
Hono
theme text link
brand
View Docs
/top
theme text link
alt
View on GitHub
icon title details
🚀
Ultrafast & Lightweight
The router RegExpRouter is really fast. The hono/tiny preset is under 14kB. Using only Web Standard APIs.
icon title details
🌍
Multi-runtime
Works on Cloudflare, Fastly, Deno, Bun, AWS, or Node.js. The same code runs on all platforms.
icon title details
🔋
Batteries Included
Hono has built-in middleware, custom middleware, third-party middleware, and helpers. Batteries included.
icon title details
😃
Delightful DX
Super clean APIs. First-class TypeScript support. Now, we've got "Types".