From 7910a6802884b89244a6dc5d00d4a95b839754d0 Mon Sep 17 00:00:00 2001 From: Ziad-I <68874104+Ziad-I@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:09:19 +0300 Subject: [PATCH] add more details in demo page --- .../bonsai/bim/data/webui/templates/demo.html | 40 ++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/src/bonsai/bonsai/bim/data/webui/templates/demo.html b/src/bonsai/bonsai/bim/data/webui/templates/demo.html index 40576aca69..151a7948e8 100644 --- a/src/bonsai/bonsai/bim/data/webui/templates/demo.html +++ b/src/bonsai/bonsai/bim/data/webui/templates/demo.html @@ -81,7 +81,7 @@

Welcome to the web UI demo page!

This demo showcases how Bonsai's Web UI interacts with a WebSocket server. The demo illustrates how the Web UI establishes a connection, exchanges data with the server, and updates the UI dynamically based on incoming data.

-

You can use the above textbox to send a message to Bonsai!

+

You can use the above textbox to send a message to Bonsai which will be printed to the console!

If you prefer, you can explore the source code directly in the data/webui directory: