You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple TCP chat room consisting of a server and multiple clients that can connect to this server and chat with each other. Made by using Python Sockets.
Simple TCP chat room consisting of a server and multiple clients that can connect to this server and chat with each other. Made by using Python Sockets.
Server Setup
python server.py
Client Setup
python client.py
You can open as many Client Sessions as you want
About
Simple TCP chat room consisting of a server and multiple clients that can connect to this server and chat with each other. Made by using Python Sockets.