Skip to content

Jigar3/gRPC_101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC_101

Understanding gRPC

To install the dependencies, do

go mod tidy
pip install grpcio

To run server and client, do the following:

go run server/server.go
go run client/client.go
python client/client.py

About

Understanding gRPC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published