Blazingly Fast Interprocess communication in Go using UNIX Sockets!!
What are Unix Sockets?
A UNIX socket, AKA Unix Domain Socket, is an inter-process communication mechanism that allows bidirectional data exchange between processes. It is similar to TCP/IP sockets, but it does not use the network stack, and it is us...
achintya-7.hashnode.dev5 min read