Skip to content

This is a chatroom in C using TCP protocol in which one to one communication between two clients as well as group chat communiction(Broadcast mode) is supported.

Notifications You must be signed in to change notification settings

khushali77/ChatRoom-personal-and-group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ChatRoom-personal-and-group

This is a chatroom in C using TCP protocol in which one to one communication between two clients as well as group chat communiction(Broadcast mode) is supported.

Compile in Linux terminal using - gcc -pthread server_stream.c -o server gcc -pthread client_stream.c -o server

Run using - ./server_stream ./client_stream

About

This is a chatroom in C using TCP protocol in which one to one communication between two clients as well as group chat communiction(Broadcast mode) is supported.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages