Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 485 Bytes

File metadata and controls

15 lines (14 loc) · 485 Bytes

Multiuser Chat Client and Server!

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.

Features

  • Real time messaging
  • Multiuser support
  • Join / Leave Notifications
  • Clean Text UI
  • Disconnection Handling