Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.

Chat Application (Client-Server) using C language, sockets and threads.

Notifications You must be signed in to change notification settings

choubari/Client-Server-Chat-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Client-Server-Chat-Application

Chat Application (Client-Server) using C language, sockets and threads.

Compiling files :

  • Serveur : gcc serveur.c -pthread -o serveur -w

  • Client : gcc client.c -pthread -o client -w

Executing the code, connection established :

3 Clients connected to the server:

Listing the clients that are connected to the server with the command LIST:

Sending message to a client with the command SEND X Message (X is the id number of the client):

About

Chat Application (Client-Server) using C language, sockets and threads.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages