Introduction Assuming that if you have a process and you want to send a message from it to another process on the same computer or even another computer on the network? You might think about an approach to meet this requirement: socket. Yes, socket, in my knowledge, is the only way to do this. Using […]
