Introduction

Let’s get an overview of gRPC in Go.

We'll cover the following...

Overview of gRPC

This chapter is about working with gRPC in Go. gRPC, which stands for gRPC Remote Procedure Calls, is an alternative to RESTful services that was developed by Google. The main ...