Mini-project 3: TCP Chat Client
2019/5/17 Mini-project 3: TCP Chat Client https://canvas.du.edu/courses/78542/assignments/585615 1/2 Mini-project 3: TCP Chat Client Due No Due Date Points 40 Overview This mini project exercises your TCP network programming skills to implement the client side protocols for a chat room. This TCP chat room contains three components (not because it's the best way to do it, but because it's relatively easy to keep the code separated this way). Component 1, which you do not need to implement (yet), is the chat server. This server handles messages from the other two components, and send messages as