Before we dive into programming sockets in C, we see how, as far as the terminal is concerned, a socket is just a file stream. So we can write data across a network by treating a process on a remote computer a simply a file!
Before we dive into programming sockets in C, we see how, as far as the terminal is concerned, a socket is just a file stream. So we can write data across a network by treating a process on a remote computer a simply a file!