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

16 lines
207 B
Markdown

# Koa
A simple HTTP server using Koa.
## Getting Started
```bash
npm install
npm start
```
## Endpoints
- `GET /` - Returns `{"message": "Hello from Koa!"}`
- `GET /health` - Returns `{"status": "ok"}`