A minimalist guide to gRPC

REST API is good but is it really the best option that we have?

Rei
Published in
5 min readSep 19, 2021

--

Let’s take a look at gRPC and understand why It’s awesome and why and when we should use gRPC over REST

Motivation

Communication between (different) languages should be, Easy, Simple, Efficient, and FAST

--

--