RPC in Go
RPC stands for Remote Procedure Call and is a way of executing function calls to a remote server and getting the answer back in your clients. Once again, you will have to wait until Chapter 12,Network Programming, in order to learn how to develop an RPC server and an RPC client in Go.