Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 508 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 508 Bytes

TCP-chat-application

I used C++ Winsock2 library for the server and Java for the client.

Server

Multiple client can connect to the servers, currently there is only one group, where the clients can chat between each other.

Client

Can connect to the groupchat and communicate with the other clients. Currently the client's name is their socket id, but later thay can choose a name for themself.


For more info please visit the wiki page.