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