Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 262 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 262 Bytes

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