Skip to content

A multithreaded ChatServer based on console which uses C Socket programming. Clients can connect across the network or even from the same machine using an IP address and port number. After connecting to the server, the client gets to choose his/her username and whenever it sends a message, the server broadcasts the message with the name of that …

Notifications You must be signed in to change notification settings

bipinpathak/multi-threaded-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Multithreaded Chat Server

A multithreaded ChatServer based on console which uses C Socket programming. Clients can connect across the network or even from the same machine using an IP address and port number. After connecting to the server, the client gets to choose his/her username and whenever it sends a message, the server broadcasts the message with the name of that client.

About

A multithreaded ChatServer based on console which uses C Socket programming. Clients can connect across the network or even from the same machine using an IP address and port number. After connecting to the server, the client gets to choose his/her username and whenever it sends a message, the server broadcasts the message with the name of that …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages