Simple TCP Server Socket in C
In this post I will explain how to code a very simple and minimalist C TCP server using sockets in C. In many projects, I had to use the sockets to communicate with another remote (or sometime local) component. Each time, I must Googling the terms “Simple TCP server Socket… Continue reading