How to implement a simple RPC service using Golang
This post was originally published on my Medium profile : How to implement a simple gRPC service using Golang If you want a general introduction to RPC you might want to check out my previous article in this series - A concise guide to gRPC for beginners The implemented code can be found on my GitHub Repository : Link to GitHub repository Before you begin Install Golang Install proto compilers Workflow Define protocol - Write ....