osrm-backend/third_party/flatbuffers/grpc/examples/go/greeter
2024-07-10 20:44:36 +02:00
..
client Bump flatbuffers to v24.3.25 version (#6968) 2024-07-10 20:44:36 +02:00
models Bump flatbuffers to v24.3.25 version (#6968) 2024-07-10 20:44:36 +02:00
server Bump flatbuffers to v24.3.25 version (#6968) 2024-07-10 20:44:36 +02:00
.gitignore Bump flatbuffers to v24.3.25 version (#6968) 2024-07-10 20:44:36 +02:00
README.md Bump flatbuffers to v24.3.25 version (#6968) 2024-07-10 20:44:36 +02: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