Skip to content

IzmirGophers/grpc-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grpc Demo

Usage

  1. Clone the repo inside your $GOPATH.

  2. From the root of the project, install the required dependencies:

go get
  1. Run the server:
go run server/server.go
  1. Run the client:
go run client/client.go

Releases

No releases published

Packages

No packages published

Languages

  • Go 95.1%
  • Shell 4.9%