From ffa09fbea5f8c7c312e2c5e3452a0a9e30d34a8c Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Sun, 12 Apr 2026 21:35:30 -0400 Subject: [PATCH] Add health dashboard page with real-time stats --- web/dashboard.html | 140 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 web/dashboard.html diff --git a/web/dashboard.html b/web/dashboard.html new file mode 100644 index 00000000..8d263899 --- /dev/null +++ b/web/dashboard.html @@ -0,0 +1,140 @@ + + + + +MUD Bridge - Health Dashboard + + + +

== MUD Bridge Health Dashboard ==

+ +
Loading...
+
+
Bridge Status
--
+
Uptime
--
+
Active Sessions
--
+
Rooms With Players
--
+
Total Messages
--
+
Avg Latency
--
ms
+
+
+

Active Sessions

+
UserRoomStatusMessagesLatencyConnected
Loading...
+
+
+

Room Activity

+
RoomPlayersMessages
Loading...
+
+ + + \ No newline at end of file