gRPC

Home » EN » Series » gRPC


This is a series about gRPC technology and everything that revolves around it. In it you will find

Introduction to gRPC

In this post I explain why Google created gRPC and how it differs from REST APIs. I also give you a theoretical and practical example, and show you how to define your services with Protobuf.

What is gRPC?

I introduce you to protocol buffers and how they are used for the definition of gRPC services.

Defining a gRPC Service with Protocol Buffers

How to define a service with Protobuf