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

16 lines
219 B
Markdown

# Fastify
A simple HTTP server using Fastify.
## Getting Started
```bash
npm install
npm start
```
## Endpoints
- `GET /` - Returns `{"message": "Hello from Fastify!"}`
- `GET /health` - Returns `{"status": "ok"}`