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.