mirror of
https://github.com/honojs/hono.git
synced 2024-11-21 18:18:57 +01:00
parent
13b58556c5
commit
048f33a793
@ -8,7 +8,7 @@
|
||||
|
||||
<p align="center">
|
||||
<a href="https://hono.dev"><b>Documentation :point_right: hono.dev</b></a><br />
|
||||
<i>v3 has been released!</i> <a href="docs/MIGRATION.md">Migration guide</b>
|
||||
<i>v4 has been released!</i> <a href="docs/MIGRATION.md">Migration guide</b>
|
||||
</p>
|
||||
|
||||
<hr />
|
||||
@ -42,13 +42,13 @@ export default app
|
||||
## Quick Start
|
||||
|
||||
```
|
||||
npm create hono@latest my-app
|
||||
npm create hono@latest
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
- **Ultrafast** 🚀 - The router `RegExpRouter` is really fast. Not using linear loops. Fast.
|
||||
- **Lightweight** 🪶 - The `hono/tiny` preset is under 14kB. Hono has zero dependencies and uses only the Web Standard API.
|
||||
- **Lightweight** 🪶 - The `hono/tiny` preset is under 13kB. Hono has zero dependencies and uses only the Web Standard API.
|
||||
- **Multi-runtime** 🌍 - Works on Cloudflare Workers, Fastly Compute, Deno, Bun, AWS Lambda, Lambda@Edge, 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.
|
||||
- **Delightful DX** 😃 - Super clean APIs. First-class TypeScript support. Now, we've got "Types".
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<p align="center">
|
||||
<a href="https://hono.dev"><b>Documentation :point_right: hono.dev</b></a><br />
|
||||
<i>v3 has been released!</i> <a href="docs/MIGRATION.md">Migration guide</b>
|
||||
<i>v4 has been released!</i> <a href="docs/MIGRATION.md">Migration guide</b>
|
||||
</p>
|
||||
|
||||
<hr />
|
||||
@ -42,13 +42,13 @@ export default app
|
||||
## Quick Start
|
||||
|
||||
```
|
||||
npm create hono@latest my-app
|
||||
npm create hono@latest
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
- **Ultrafast** 🚀 - The router `RegExpRouter` is really fast. Not using linear loops. Fast.
|
||||
- **Lightweight** 🪶 - The `hono/tiny` preset is under 14kB. Hono has zero dependencies and uses only the Web Standard API.
|
||||
- **Lightweight** 🪶 - The `hono/tiny` preset is under 13kB. Hono has zero dependencies and uses only the Web Standard API.
|
||||
- **Multi-runtime** 🌍 - Works on Cloudflare Workers, Fastly Compute, Deno, Bun, AWS Lambda, Lambda@Edge, 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.
|
||||
- **Delightful DX** 😃 - Super clean APIs. First-class TypeScript support. Now, we've got "Types".
|
||||
|
Loading…
Reference in New Issue
Block a user