Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 457 Bytes

File metadata and controls

11 lines (6 loc) · 457 Bytes

Python-Socket-Chat-App

  1. Create Venv in python.

  2. Initialise the project by clonning the repo and install the necessary library using pip install -r requirements.txt

  3. open 2 tabs in terminal and fire python server.py and python client.py in each.

  4. enter the ip address and port number in client side terminal i.e. 127.0.0.1:5555

  5. cheers! you're good to go for real time communication with read receipt in both the terminal.