0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00

docs(readme): delightful

This commit is contained in:
Yusuke Wada 2023-03-02 19:58:13 +09:00
parent b1c5059708
commit 23a22e77c4

View File

@ -49,7 +49,7 @@ npm create hono@latest my-app
- **Ultrafast** - The routers are really fast and smart. Not using linear loops. Fast.
- **Multi-runtime** - Works on Cloudflare Workers, Fastly Compute@Edge, Deno, Bun, Lagon, or Node.js. The same code runs on all platforms.
- **Batteries Included** - Hono has built-in middleware, custom middleware, and third-party middleware. Batteries included.
- **Fine DX** - First-class TypeScript support. Now, we've got "Types".
- **Delightful DX** - First-class TypeScript support. Now, we've got "Types".
- **Small** - About 20kB. Zero-dependencies. Using only Web Standard API.
## Benchmarks