mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-06-20 00:58:30 +00:00
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"}