Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 228 Bytes

File metadata and controls

16 lines (13 loc) · 228 Bytes

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