Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 427 Bytes

File metadata and controls

11 lines (9 loc) · 427 Bytes

WebSocket Example

This example is a chat between multiple clients. They can choose the background-color of the text and a username.

To run the example code either open the Python code in the server directory in an IDE and run it, or run it with command line:

cd server
python websocket_example.py

Then you can open the client example in the client directory in a webbrowser and see the result.