Skip to content

A chatroom built in C using sockets and multi-threading. It supports chatting between multiple clients.

Notifications You must be signed in to change notification settings

Artificial-720/socket-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket-chat-app

A chatroom built in C using sockets and multi-threading. It supports chatting between multiple clients.

How to run

  1. Clone this repository

  2. Run make:

make
  1. To run the server, use this command:
./server

port is an optional argument.

  1. Now, open another terminal and use this command to run a client:
./client

again port is an optional argument.

  1. For opening multiple clients, repeat step 4.

About

A chatroom built in C using sockets and multi-threading. It supports chatting between multiple clients.

Resources

Stars

Watchers

Forks

Releases

No releases published