Files
flatbuffers/grpc/examples/go/greeter
dependabot[bot] 91a3172519 Bump google.golang.org/grpc in /grpc/examples/go/greeter/client (#8131)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.53.0...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-18 12:12:44 -08:00
..

Go Greeter example

Project Structure

.
├── server                   # Server module
├── client                   # Client module
├── models                   # Flatbuffers models & main grpc code.
└── README.md

How to run Server:

  • cd server

  • go clean

  • go run main.go

How to run Client:

  • cd client

  • go clean

  • go run main.go --name NAME