Shih-Min Lee's Personal website

dating, chating, food, games, search

Follow me on GitHub

Basic gRPC intro

Abstract

gRPC is a high-performance, open-source universal RPC framework. Client applications can directly call methods on a server.

gRPC is faster than REST. It runs HTTP/2 by default. It does binary encoding, header compressions for you.

references:

01 Aug 2017