osrm-backend/third_party/flatbuffers/grpc/examples/go/greeter
2024-06-22 13:33:34 +02:00
..
client Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +02:00
models Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +02:00
server Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +02:00
.gitignore Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +02:00
README.md Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers' 2024-06-22 13:33:34 +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