I implemented load balancer in node.js and want to check the availability of my server by healthchecking on regular interval.
Can anyone please suggest any middleware that I can use for node.js or any custom implementation that can be used out for this.
Thanks in advance.