Skip to content

sidjee/Basic-chat-in-C

Repository files navigation

A Simple Chat Application written in C

Client-Server and Inter-client chat server in C

Simple terminal chat prorams using Berkeley Sockets.

Usage:

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

Enjoy the chat.

About

Client-Server and Inter-client chatroom in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages