Skip to content

s900274/grpc_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-practice

Requirements

OS Version : MacOS

Go Version : 1.11 (with GoModule)

Get started

  1. If your os version is not macOS, you can download and replace the bin/protoc from https://github.com/google/protobuf/releases.
  2. If your go version is not 1.11, you can install gvm to checkout go to different version.
  3. Follow the steps below
$ export GO111MODULE

$ ./bin/protoc --go_out=plugins=grpc:. ./src/proto/*.proto

$ make
  1. Exeucte Client-Server Program by following steps
// Execute server by
$ ./bin/grpc-server

// Execute client by
$ ./bin/grpc-client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors