You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A java chat server and a java chat client. The chat client will get input from the keyboard and send it to the server. Messages from the server will be printed to the client's console. The chat server will distribute all messages to all the clients, with the id of the sending client.