Connects python to the browser via websockets.
minimal code to do a basic websocket connection to a browser.
Python Version: 3.11.x
Supported: Chrome, Firefox
Usage:
- Navigate to project folder.
- Start py server:
python.exe .\Connect.py
- Run
web_GUI.html
in browser [Firefox, or Chrome] - Click
Connect
button andSend Data
buttons.