No such file 'test.py'
This commit is contained in:
parent
9f10f960f2
commit
ce8dc025c0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
This is a simple demo of creating a websocket connection from within Minetest. To use it:
|
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;
|
- 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;
|
- Start the basic demo server with `python3 server.py` on the same machine;
|
||||||
- Edit mtchat.html to point to the IP address of the websocket server, if necessary;
|
- Edit mtchat.html to point to the IP address of the websocket server, if necessary;
|
||||||
- Open mtchat.html in a browser;
|
- Open mtchat.html in a browser;
|
||||||
- Observe that you can send messages between the server and the webpage.
|
- Observe that you can send messages between the server and the webpage.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue