Files
coolify-examples/node/koa/README.md
T
2026-04-10 12:40:08 +02:00

207 B

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