isfanazha / learn-grpc

Learning gRPC using Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gRPC

gRPC is an RPC (Remote Procedure Call) library and framework. gRPC is a modern open source high performance RPC framework that can run in any environment [1]. gRPC uses protocol buffers to send data and built on top of HTTP/2 which has low latency, supports streaming, language independent, and make it super easy to plug in authentication, load balancing, logging, and monitoring.

References :
[1] https://grpc.io

About

Learning gRPC using Go.


Languages

Language:Go 98.7%Language:Shell 1.3%