added more examples

This commit is contained in:
Andras Bacsai
2026-04-10 12:40:08 +02:00
parent b0d6e95f1b
commit 229446e59c
61 changed files with 20721 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Hono
A simple HTTP server using Hono.
## Getting Started
```bash
npm install
npm run build
npm start
```
## Endpoints
- `GET /` - Returns `{"message": "Hello from Hono!"}`
- `GET /health` - Returns `{"status": "ok"}`