brunohgv / grpc_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]"

About


Languages

Language:Go 100.0%