A simple Node.js app that checks if a website is online by sending HTTP(S) requests and showing the status code and a snippet of the response. It provides a user-friendly web form to test site availability beyond basic ping. Website Availability Checker
This is a simple Node.js application that lets you test if a website is online by making HTTP(S) requests. It shows the response status code and a snippet of the webpage content to help verify site availability beyond just pinging.
Usage:
- Run the server.
- Open the web form in your browser.
- Enter a website URL to test.
- View the status and response snippet.
Ideal for quick website uptime checks with real HTTP feedback.
Requirements:
- Node.js installed
- Internet connection
Author:CodeRabbit