Skip to content

pushpak1997/Multiple-Client-Server-Program-in-C-using-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Multiple-Client-Server-Program-in-C-using-fork

A simple tcp client server application that describes the communication between the client and a server. The server is a simple echo sever that can handle multiple client using fork.

An echo server is a server that send back the same message that the client has send the server. Like:

Client send - abc
Server recv - abc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%