Golang: HTTP & Networking

Building RPC (Remote Procedure Call) Network in Go

RPC is an inter-process communication architecture to facilitate easy communication between two machines. In this article, we will learn APIs provided by the Go to build such a network.

Uday Hiwarale
RunGo
Published in
13 min readApr 24, 2020

--

(source: unsplash.com)

--

--