Example Node HTTP Server — API

Base URL: /

GET /

Returns a simple HTML welcome page with quick links.

GET /health

Liveness and basic health check.

{
"status": "ok",
"uptime": 123.456,
"pid": 12345,
"timestamp": "2026-01-01T00:00:00.000Z"
}

GET /docs

This documentation page.

Configuration