A C++ chat application using Linux Sockets and Pthreads.
- Concurrent Handling: Manages multiple clients using a thread-per-client model.
- Synchronization: Uses Mutex locks for thread-safe broadcasting.
- TCP/IP: Reliable message delivery.
- Run
maketo compile. - Start server:
./server - Connect client:
./client