3 Guides

gRPC

What is gRPC?

gRPC is an open-source framework developed by Google in 2015 for implementing RPC APIs using the HTTP/2 protocol. Let's briefly look at it and some of its benefits.

What are the differences between gRPC and REST?

There are three most common API architectures in use today: REST, gRPC, and GraphQL. Let's take a look at the differences between gRPC and REST API

What are the differences between gRPC and GraphQL?

These days gRPC and GraphQL both provide different features than REST API. Let's take a look at the differences between these two architectures.