/websocketexample

A sample websocket using Python backend and simple html frontend.

Primary LanguagePython

Execution instruction

First run the socket server

pip install -r requirements.txt
python server.py

Next open the client

Open the client.html in a browser.