Simple Chat application using Python Sockets
- Python3.5
For testing purpose. First, run server.py script in one terminal
$ python servery.py
Then run multiple client.py in seprate terminals
$ python client.py
$ python client.py
$ python client.py
So on ...