News

In this article learned how to: Create a socket Connect to the server Send some data Receive a reply from the server What we did above represents a client side. And we use google.com as the server ...
Sockets Sockets and socket API are used to send messges across a network. They provided a form of inter-process communication (IPC). Example is the internet, which we connect to via our ISP. The most ...