GRPC Test

Simple test using grpc to print a hello world

How to use

Run the server

go run server/main.go

Run the client

go run server/main.go [YOUR_NAME]

It should run a procedure call and return "Hello [YOUR_NAME]"