Skip to content

Study of learning gRPC. Includes personal essays and course samples.

Notifications You must be signed in to change notification settings

alipolatli/grpc-steps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 last mile of distributed computing to connect devices, mobile applications and browsers to backend services. This repository provides a basic example in dotnet (c#), showcasing how to set up a servers and clients. With gRPC, your systems can talk efficiently, making remote communication a breeze. #gRPC #protobuf #streaming #http/2 #dotnet #remotecommunication #microservices

About

Study of learning gRPC. Includes personal essays and course samples.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages