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 simple group chat room program based on Java Socket and Swing.
3
3
This program builds up connection via socket. When server is initialized, server thread keeps waiting for Client's request for connection. When a connection is successful, Server send onLineUsers list to client through I/O stream. Client Thread keeps receiving messages from Server side.
0 commit comments