├── .gitignore ├── README.md ├── client.py ├── screenshots ├── Screenshot from 2016-05-04 01:36:28.png └── Screenshot from 2016-05-04 01:41:07.png └── server.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhakar267/chat-server-and-client/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhakar267/chat-server-and-client/HEAD/README.md -------------------------------------------------------------------------------- /client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhakar267/chat-server-and-client/HEAD/client.py -------------------------------------------------------------------------------- /screenshots/Screenshot from 2016-05-04 01:36:28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhakar267/chat-server-and-client/HEAD/screenshots/Screenshot from 2016-05-04 01:36:28.png -------------------------------------------------------------------------------- /screenshots/Screenshot from 2016-05-04 01:41:07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhakar267/chat-server-and-client/HEAD/screenshots/Screenshot from 2016-05-04 01:41:07.png -------------------------------------------------------------------------------- /server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhakar267/chat-server-and-client/HEAD/server.py --------------------------------------------------------------------------------