/client-server-chat-python

Client-Server Chat Application in Python

Primary LanguagePythonApache License 2.0Apache-2.0

Client-Server Chat Application in python Socket programming application in chat application. Built with PYTHON.

Currently supports only half Duplex communication.

"over" inspired from Walkie-Talkie code word for End of Message/Communications

Instructions

  1. Run u2.py and keep it running
  2. Open new terminal window and run u1.py.
  3. Connection will be established from u1 to u2.
  4. Send messages from u2.py and type over to allow opposite user to send messages.
  5. Type "over" from u1 to recieve messages from u2

Pre-requisites

You will need to have "socket" library installed.

Beware to run the files using Python 2!