Simple implementation of an grpc client written in go.
cd $SRC
git clone git@github.com:sbadakhc/gorpc.git
cd goroc
Modify the source code to point to the ip address or hostname of your endpoint.
vi main.go
:%s/IP_ADDRESS/XXX.XXX.XXX.XXX/g
Use the appropriate options for your OS.
GOOS=linux go build -o ./gorpc .
The client will attempt to connect to your endpoint and report back.
./gorpc
f_string:"Connection Successful"