This is a simple server client program I wrote in C while learning. The program lacks several error checking. But it works and is simple to understand. Use this code only for learning process. The server send Hello World and the client will print it in the screen. Server program should run first and then the client program in a different terminal. Use this code in a Linux platform.
Server
Client
Server
Client

Comments
Post a Comment