Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 280 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 280 Bytes

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