Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 490 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 490 Bytes

grpc-example

Go Report Card

Create a gRPC example in Go using MongoDB as storage

  • Make sure your mongodb running

  • Download/Clean dependencies:

    go mod tidy
  • Run server:

    ./bin/grpc-go-mongo.exe server
  • Run client:

    ./bin/grpc-go-mongo.exe client