mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
219 B
219 B
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"}