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
- Host: GitHub
- URL: https://github.com/austinadodo/grpc-demo
- Owner: AustinAdodo
- Created: 2022-09-12T17:44:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T16:00:59.000Z (over 3 years ago)
- Last Synced: 2025-02-25T09:41:45.966Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.