A simple node.js application which is able to monitor a server in the background
Usage
- npm install
- Edit server.js, serverUrl variable to your HTTP server
- Start with node server.js
- It will check on the server every 5 seconds
- Open the browser on localhost:4445 to hear the alarm when the server should go down