-
Create Venv in python.
-
Initialise the project by clonning the repo and install the necessary library using
pip install -r requirements.txt -
open 2 tabs in terminal and fire
python server.pyandpython client.pyin each. -
enter the ip address and port number in client side terminal i.e. 127.0.0.1:5555
-
cheers! you're good to go for real time communication with read receipt in both the terminal.