piping between writer and reader
The pipes between processes are the easy way to use the output of the first process as the input of other processes.
The same concept could be done in Go, for example, to pipe data from one socket to another socket, to create the tunneled connection....
blog.cloudnativefolks.org2 min read