From 6de41aac612bcf94b2098cbc9532675b897b9968 Mon Sep 17 00:00:00 2001 From: frehberg Date: Thu, 8 Dec 2022 08:48:26 +0100 Subject: [PATCH] #2: doc URL http://127.0.0.1:3000/ws --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 541d80e..a998fc0 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ cargo run Connect with web-browser to http://127.0.0.1:3000 +The Web-page will open in browser and will establish a websocket connection to http://127.0.0.1:3000/ws. This websocket is used to send data updates between webui and web-service. + + ## Developing the Vue Web Frontend Generate the assets from Vue templates