Stefan Genov

  • Map Of Content
  • Core principles
Home

❯

gRPC

❯

gRPC

gRPC

Jan 11, 20261 min read

description
Form of RPC communication developed by Google
parent
RPC
state
  • evergreen
date
2025-01-01
opposes
  • REST
links
  • https://youtu.be/gnchfOojMk4?si=WOCdLbpR7pX0wgYM
title
gRPC

Info

Implementation of RPC, developed by Google in 2016.

Map Of Content

  • Choosing Between gRPC and REST
  • Getting Started
    • gRPC - Install
    • gRPC - Building Go Code

Core principles

  • Uses 2
  • Utilizes Protocol Buffer as Interface Definition Language
  • Built-in features. Essential distributed system capabilities like Auth, Load Balancing, Health Checking, Timeouts, Cancellation and metadata exchange.
  • Broad Language and Platform support

Graph View

Backlinks

  • Serialize
  • GitHub
  • sgenov.dev