An open API service indexing awesome lists of open source software.

https://github.com/jitesoft/csharp-healthcheck


https://github.com/jitesoft/csharp-healthcheck

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Jitesoft.Lib.Health

Health check service running a kestrel webserver as a `IHostedService`.
Makes use of the default `HealthCheckService` of the application.

Useful when you wish to run a healthcheck service in a non-web application
or just on another port.

Used in Jitesoft projects, but open for all!