Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 472 Bytes

File metadata and controls

24 lines (12 loc) · 472 Bytes

ServerForChat

This is my small server written in C++ for Windows using winsockets and threads

its porpuse is to handle data from client to client and estabilish connection.

how to build it?

it has 2 choices

1.you paste all the code in visual studio and compile it

2.use git clone repo from visual studio

how to use?

1.enter ip address (you can use vpn like radmin or any other) that client shares too

2.enter any port you want

3.wait for users

4.Profit!