mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-06-20 00:58:30 +00:00
Koa
A simple HTTP server using Koa.
Getting Started
npm install
npm start
Endpoints
GET /- Returns{"message": "Hello from Koa!"}GET /health- Returns{"status": "ok"}