Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P2P-chat

A peer to peer chat system where with the help of central server, connected to multiple clients, any two clients connect and interact.

HOW TO RUN

1.for server :

gcc server.c -o s -lpthread
./s 8080

2.for client :

gcc client.c -o c -lpthread
./c 8080

About

A peer to peer chat system where with the help of central server, connected to multiple clients, any two clients connect and interact.

Topics

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages