Add README.md
This commit is contained in:
parent
fedcfeeb4b
commit
d060fa6ff4
1 changed files with 5 additions and 0 deletions
5
README.md
Normal file
5
README.md
Normal file
|
|
@ -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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue