Quantcast
Channel: Coding Archives - BinaryTides
Viewing all articles
Browse latest Browse all 21

How to Code a simple Tcp Socket Server in Winsock

$
0
0

Communication over sockets involves 2 programs running on the same machine or on separate machines across a network. First is a socket server and the other is a socket client. Tcp stands for Transmission control protocol and it is the most common protocol being used for most of the network communication that takes place over... Read More »

The post How to Code a simple Tcp Socket Server in Winsock appeared first on BinaryTides.


Viewing all articles
Browse latest Browse all 21

Trending Articles