inadarei / rfc-healthcheck

Health Check Response RFC Draft for HTTP APIs
https://inadarei.github.io/rfc-healthcheck/
MIT License
117 stars 13 forks source link

Add .NET implementation to readme #72

Closed bfriesen closed 4 years ago

bfriesen commented 5 years ago

Our .NET implementation of the draft RFC, RockLib.HealthChecks, includes a base package that defines a mechanism for performing health checks in the draft RFC format, along with several satellite packages that make registering health check routes easy.

Also included in our implementation is a response writer package that integrates with Microsoft's health check system. It allows users to take advantage of its existing ecosystem of health checks while writing responses in the draft RFC format.

inadarei commented 4 years ago

Fantastic. Thank you!