mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-05-28 14:07:31 +00:00
224 B
224 B
Hono
A simple HTTP server using Hono.
Getting Started
npm install
npm run build
npm start
Endpoints
GET /- Returns{"message": "Hello from Hono!"}GET /health- Returns{"status": "ok"}