A basic C++ implementation of a TCP chatroom that I did as a take-home project while interviewing with Matician, the SF robotics startup.
- Socket connections
- Handles client inputs
- Broadcasts messages to connected clients
- Custom command validation and client nickname handling