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
+15
View File
@@ -0,0 +1,15 @@
# 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"}`