unplugged-system/external/flatbuffers/grpc/examples/go/greeter
2025-10-06 13:59:42 +00:00
..
client Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
models Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
server Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00: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