News

Simple Socket Programming in C This projects implements a simple socket program using C language. Here, the server keeps running in a loop, and once the client is run, it sends a message to the server ...
C Windows Winsock tutorial – Socket programming in C on windows This tutorial is on doing socket programming on Windows with the winsock api. Explains how to write a simple socket server and client ...