Skip to content

otolaa/websocket_chat_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server.py

client_tui.py

index.html

websockets chat example

# start server
python3 server.py

# start client customtkinter
python3 client.py

# start client textual
python3 client_tui.py

# and start client JavaScript
index.html

client tk

sudo apt-get install python3-tk

dell python3 port

# <YOUR_PID> -> 3193 
lsof -i :3193
sudo kill -9 <YOUR_PID>

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published