Skip to content
/ P2P-chat Public

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

Notifications You must be signed in to change notification settings

red97/P2P-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages