janakiramm / gRPC-Tutorial

Scripts and code for the tutorial published at The New Stack
http://thenewstack.io/grpc-lean-mean-communication-protocol-microservices
22 stars 13 forks source link

gRPC Tutorial

For a detailed walkthrough, please read the tutorial at The New Stack

git clone https://github.com/janakiramm/gRPC-Tutorial
sh ./setup.sh
sh ./Gen_Stub.sh
python Calc_Server.py
python Calc_Client.py
node Calc_Client.js