Chatroom

Multi-person Chatroom


A multi-threaded server and client Java program that allows multiple users to chat given the same server connection. Behind the scenes, when a message is sent, the data is transmitted to the server, which in turn forwards the message to any other client that is connected!