A chatroom built in C++ using the concepts of socket programming and multi-threading. It supports chatting among multiple clients.
- Clone this repository
- Run the following commands in your terminal :
make
- To run the server application, use this command in the terminal :
./server.bin
- Now, open another terminal and use this command to run the client application :
./client.bin
- For opening multiple client applications, repeat step 4.