(LSJ) Why you should consider use of gRPC services over HTTP APIs?
/(LSJ) a Short introduction about gRPC and its use scenarios, technologies.
gRPC - high-performance universal RPC framework
gRPC is a modern 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 last mile of distributed computing to connect devices, mobile applications and browsers to backend services.
Read More