From 8bf2cda36cd97f2ad2dad124ca080fc12a4f730c Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 19 Jul 2026 13:54:17 +0530 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2161948 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Url_monitor +URL Health Monitor is a real-time monitoring application that continuously checks the availability and response status of multiple URLs. It performs periodic health checks, broadcasts live updates to connected clients using WebSockets, and stores monitoring results for historical tracking and analysis.