Skip to main content

gRPC

Sample C# RPC Implementation

Sign in

Product Page

gRPC

Research Done

  1. R&D : GRPC VS REST (DONE) by Super Fantasy Team
  2. R&D : gRPC (DONE) by Super Fantasy Team
  3. [gRPC in Unity3D](gRPC in Unity3D 9c04232b4c67463e82a36bdfd6cb89ca.md) by @Sidiq Fahmi

What is GRPC

gRPC is a modern open-source high-performance Remote Procedure Call (RPC) framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking, and authentication. It is also applicable in the last mile of distributed computing to connect devices, mobile applications, and browsers to backend services.

landing-2.svg

for more detail about gRPC you can visit: https://grpc.io/docs/