Real time chat application built with python using TCP sockets. Demonstrate entry level network programming concepts including socket communication, select() for handling multiple connections, and custom packet protocols.
- Real time messaging
- Multiuser support
- Join / Leave Notifications
- Clean Text UI
- Disconnection Handling