This is my small client written in C++ for Windows using winsockets and threads
its porpuse is to connect to server and exchange data from client to client using server as a handler of this data
it has 2 choices
1.you paste all the code in visual studio and compile it
2.use git clone repo from visual studio
1.enter ip address (you can use vpn like radmin or any other) that server shares too
2.enter server`s port
3.enter your username
4.chat with other users on the same server
5.Profit!