{
  "app": "Node 22 App",
  "nodeVersion": "v22.22.3",
  "platform": "linux",
  "hostname": "113370af2ef7",
  "uptime": "3801s",
  "memory": {
    "used": "7 MB",
    "total": "9 MB"
  },
  "modernFeatures": [
    "ESM modules (import/export)",
    "node: protocol imports",
    "Object.groupBy (Node 21+)",
    "crypto.randomUUID()",
    "Top-level await ready"
  ],
  "endpoints": [
    "GET    /                       – server info",
    "GET    /health                 – health check",
    "GET    /api/products           – list all products",
    "GET    /api/products/:id       – get product by id",
    "GET    /api/products/by-category – grouped by category",
    "POST   /api/products           – create { name, category, price, stock }",
    "PUT    /api/products/:id       – update product fields",
    "DELETE /api/products/:id       – delete product"
  ],
  "timestamp": "2026-05-27T07:39:52.191Z"
}