An open API service indexing awesome lists of open source software.

https://github.com/austinadodo/grpc-demo

Demo showing g.R.P.C. Unary communication using http2
https://github.com/austinadodo/grpc-demo

Last synced: 8 months ago
JSON representation

Demo showing g.R.P.C. Unary communication using http2

Awesome Lists containing this project

README

          

# gRPC-Demo
Demo showing g.R.P.C. Unary communication using http2

Simple Demonstration of a remote procedure call with g.R.P.C., a technology based on Http2.
Best described as the ideal technology for low latency, highly distributed systems.
This technology makes possible, high throughput back-ends and helps with poor networks with limited CPU and memory footprints.
It is commonly used when a mobile system contains a large scale inter-connected microservices.