This is a basic Python websocket server for your projects.
Python binary : https://www.python.org/downloads/windows/
py -3 -m venv venv
.\venv\Scripts\activate.bat
pip install -r requirements.txtsudo apt install python3 python3-pip python3-venv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtpython3 websocket.py