/Chat-Application

Primary LanguagePythonMIT LicenseMIT

Chat Application

Simple Chat application using Python Sockets

Requirements

  • Python3.5

Usage

For testing purpose. First, run server.py script in one terminal

$ python servery.py

Then run multiple client.py in seprate terminals

User #1

$ python client.py

User #2

$ python client.py

User #3

$ python client.py

So on ...