grpc-go-course

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.

Table of Contents

Instructions

  • clone the project

Running greet project

make greet

First terminal

./bin/greet/server

Second terminal

./bin/greet/client

Running calculator project

make calculator

First terminal

./bin/calculator/server

Second terminal

./bin/calculator/client

Creators