Console chat based on sockets.
- Python 2.x
Just type:
$ python server.pyto start socket server.
Then you can run 'users', by typing
$ python client.pyEnter your name and start awesome chat.
You can run several clients from one machine (I hope). If you want change server parametres - edit params.py
Contains only simple login test. This is very hardly presents as code coverage, but demonstrates usage of client and server objects.
Also, I needed starting point for Travis :)
MIT