This is the repo for a GRPC Go Course. In the course, I learned a little about GRPC.
This repo contains the source code I developed during the course.
- clone the project
make greet
First terminal
./bin/greet/server
Second terminal
./bin/greet/client
make calculator
First terminal
./bin/calculator/server
Second terminal
./bin/calculator/client