Client-Server and Inter-client chat server in C
Simple terminal chat prorams using Berkeley Sockets.
Usage:
- Open terminal.
- Clone the Repository:-
git clone https://github.com/sidjee/Chatrooms-in-C.git
- Change the working directory:-
cd Chatrooms-in-C/multiple\ clients\ chat\ room/
- Change the permissions of the file.
chmod +x ./server
- Run the file:-
./server
- Open terminal in any other devices(>=2) connected to this device with some ip and enter:-
nc <server-ip-address> 8888
Enjoy the chat.