...

Text file src/github.com/google/flatbuffers/grpc/examples/go/greeter/README.md

Documentation: github.com/google/flatbuffers/grpc/examples/go/greeter

     1# Go Greeter example
     2
     3## Project Structure
     4
     5    .
     6    ├── server                   # Server module
     7    ├── client                   # Client module
     8    ├── models                   # Flatbuffers models & main grpc code.
     9    └── README.md
    10
    11## How to run Server:
    12
    13- `cd server`
    14
    15- `go clean`
    16
    17- `go run main.go`
    18
    19## How to run Client:
    20
    21- `cd client`
    22
    23- `go clean`
    24
    25- `go run main.go --name NAME`

View as plain text