Skip to content

A chat room application developed in C++ using the concepts of multi-threading and socket programming.

Notifications You must be signed in to change notification settings

S-adnan556/chatroom-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatroom Application

A chatroom built in C++ using the concepts of socket programming and multi-threading. It supports chatting among multiple clients.

How to run

  1. Clone this repository
  2. Run the following commands in your terminal :
make
  1. To run the server application, use this command in the terminal :
./server.bin
  1. Now, open another terminal and use this command to run the client application :
./client.bin
  1. For opening multiple client applications, repeat step 4.

About

A chat room application developed in C++ using the concepts of multi-threading and socket programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.2%
  • Makefile 2.8%