Skip to content

froztty/Group-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group Chat App in C

🚀 Features

  • Send message to server
  • Listening thread for any incoming messages from server
  • Server handling multiple clients for the group chat

📦 How to use

  1. Compile

    make
  2. Run server in terminal

    ./server
  3. Create new terminal for running client

    ./client
  4. Repeat step 3 for multiple clients

About

Multithreaded Socket Programming in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published