How to Code a Server and Client in C with Sockets on Linux – Code Examples

In a previous example we learnt about the . In this example we shall build a basic ECHO client and server. The server/client shown here use TCP sockets or SOCK_STREAM. Tcp sockets are connection oriented, means that they have a concept of independent connection on a certain port which one application can use at a … Continue reading How to Code a Server and Client in C with Sockets on Linux – Code Examples