mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Fastify
A simple HTTP server using Fastify.
Getting Started
npm install
npm start
Endpoints
GET /- Returns{"message": "Hello from Fastify!"}GET /health- Returns{"status": "ok"}