这是indexloc提供的服务,不要输入任何密码
Skip to content
forked from TANISHX1/Server

TCP server with select() for multiple clients. Handles real-time messaging, connection management, and demonstrates socket programming best practices.

Notifications You must be signed in to change notification settings

harshrai654/Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server

it is a TCP based server which connects to clients . it works within the same machine, means server and clients . both should run within the same machine. it used select() for multiplexing.

About

TCP server with select() for multiple clients. Handles real-time messaging, connection management, and demonstrates socket programming best practices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.6%
  • Shell 2.4%