gRPC
Sample C# RPC Implementation
Product Page
Research Done
- R&D : GRPC VS REST (DONE) by Super Fantasy Team
- R&D : gRPC (DONE) by Super Fantasy Team
- [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.
for more detail about gRPC you can visit: https://grpc.io/docs/
No Comments