A simple program coded in C Language
to illustrate a TCP Multiple Client Server Communication
in Socket Programming
.
-
Use following commands to
Compile and Run Server Code
:gcc server.c
./a.out
-
Use following commands to
Compile and Run Client Code
:gcc client.c
./a.out