Alepha Server Health

Adds a /health endpoint for monitoring application status.

Installation

This package is part of the Alepha framework and can be installed via the all-in-one package:

npm install alepha

Alternatively, you can install it individually:

npm install @alepha/core @alepha/server-health

Module

Plugin for Alepha Server that provides health-check endpoints.

API Reference

Providers

ServerHealthProvider

Register /health endpoint.

  • Provides basic health information about the server.

Table of contents