Files
coolify-examples/node/hono/README.md
T
2026-04-10 12:40:08 +02:00

17 lines
224 B
Markdown

# 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"}`