mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-05-28 14:07:31 +00:00
16 lines
207 B
Markdown
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"}`
|