Skip to content

Group chat program where there is a single server and multiple clients. The server forwards a client's message to all the other clients.

Notifications You must be signed in to change notification settings

codophobia/Multi-Client-Server-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Multi-Client-Server-Chat

Group chat program where there is a single server and multiple clients. The server forwards a client's message to all the other clients.

Platform: Linux with GCC compiler

Compiling: gcc filename.c -pthread

Running the server: ./a.out portnumber

Running the clients: ./a.out username portnumber

Stopping the clients and server: CTRL-D

Note: The portnumber provided to clients should be same as the one given to server. Username is just an identity of yourself.

About

Group chat program where there is a single server and multiple clients. The server forwards a client's message to all the other clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages