From d060fa6ff47cf8a47f953d8a93e85d749e84dac8 Mon Sep 17 00:00:00 2001 From: Signal Date: Sun, 1 Jun 2025 00:45:14 +0000 Subject: [PATCH] Add README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..728625c --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +This is a simple demo of creating a websocket connection from within Minetest. To use it: +- Add the chatbridge mod to secure.trusted_mods and enable it on the server; +- Start the basic demo server with `python3 test.py` on the same machine; +- Open client.html in a browser. +- Observe that you can send messages between the server and the webpage. \ No newline at end of file