Simple client server interaction using python socket
- python >3.6
- python socket
Must have python pre-installed
- Clone the repo
- Go to 'src' directory
- Run the server.py with
python server.pyin a terminal - Run client.py nwith
python client.pyinside another terminal
Now in client terminal type your message. Now go back to server terminal. See there is a message from client. Now type a message in server terminal and hit enter to send back to client. You can see message from server terminal to client terminal.
[N.B. Send a single message at a time from both terminal. Send first message from client terminal]