Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 373 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 373 Bytes

Client-Server

To run the Client-Server, First need to Run Server followed by Client. The Server and Client code can be executed using an IDE such as PyCharm, or by performing in the terminal . Client code can be executed multiple time in the different terminal.

To run the Server in Python 3.6+

python ./Server.py

To run the Client in Python 3.6+

python ./Client.py