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