Files
Andras Bacsai d3a2a9d83b new examples
2025-12-26 11:40:00 +01:00
..
2025-12-26 11:40:00 +01:00
2025-12-26 11:40:00 +01:00
2025-12-26 11:40:00 +01:00
2025-12-26 11:40:00 +01:00
2025-12-26 11:40:00 +01:00
2025-12-26 11:40:00 +01: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"}