A simple yet powerful terminal-based chat application with private messaging, built using Python sockets and threading.
- Real-time group chatting
- Private messaging (
/pm username message) - User list visibility (
/users) - Timestamps on messages
- Multi-client support
Shows the server accepting connections from multiple clients
Demonstrates the chat and the private messaging between users Ace and Joe
Shows server handling connection drops gracefully


