# start server
python3 server.py
# start client customtkinter
python3 client.py
# start client textual
python3 client_tui.py
# and start client JavaScript
index.html
sudo apt-get install python3-tk
# <YOUR_PID> -> 3193
lsof -i :3193
sudo kill -9 <YOUR_PID>