sindresorhus / awesome-nodejs

:zap: Delightful Node.js packages and resources
https://node.cool
Creative Commons Zero v1.0 Universal
57.83k stars 5.81k forks source link

Add express-actuator #1140

Closed rcruzper closed 3 years ago

rcruzper commented 3 years ago

By submitting this pull request, I promise I have read the contribution guidelines twice and ensured my submission follows it. I realize not doing so wastes the maintainers' time that they could have spent making the world better. 🖖

⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆

Express-actuator is a middleware which creates a series of endpoints to help you monitor and manage your application when it's pushed to production. It's useful when you run your applications on container based orchestrators, as Kubernetes, and you are in need of endpoints for readiness/liveness probe.

sindresorhus commented 3 years ago

Thanks for the suggestion. I think this would be a better fit for: https://github.com/rajikaimal/awesome-express I'm trying not to include too many framework-specific packages as there's just so many.