Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 387 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 387 Bytes

TcpChatRoomWithPython

Requirements : check you have the latest version of python (python --version to check the version)
Run method :
1- open at least 3 terminals (1 for server , 2 for clients)
2- cd to the project directory
3- run the command python server.py in one command
4- run the command python client.py in the two others
4- enjoy !!!