pt en

gRPC: What Is It?

2021-09-12 3 min read

Some time ago I started to hear about gRPC, and the benefits it would bring for communication between different applications and devices.

Since one of the main requirements of the projects I work on is to have a very efficient average response time (below 200ms), we started to use gRPC, in order to transfer information more efficiently than we would have using REST with standard http protocol…

And it is about the beginning of this journey that I will comment briefly here, addressing what gRPC is, advantages and disadvantages.

Continue reading