Files
coolify-examples/node/fastify/README.md
Andras Bacsai d3a2a9d83b new examples
2025-12-26 11:40:00 +01:00

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