JubaerHossain / grpc-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GRPC Example

This is a simple example of how to use GRPC in Golang.

How to run

  1. Build the server
make build-server
  1. Run the server
make run-server

3.Build the client

make build-client
  1. Run the client
make run-client

About


Languages

Language:Go 60.5%Language:Makefile 39.5%