how to check heartbeat of other server using node js

1.2k views Asked by At

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.

0

There are 0 answers