| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Follow these setup to run the quick start example:
Get the code:
$ go get google.golang.org/grpc/examples/helloworld/greeter_client
$ go get google.golang.org/grpc/examples/helloworld/greeter_serverRun the server:
$ $(go env GOPATH)/bin/greeter_server &Run the client:
$ $(go env GOPATH)/bin/greeter_client
Greeting: Hello worldFor more details (including instructions for making a small change to the example code) or if you're having trouble running this example, see Quick Start.
| Back | FazBrowse Home | New Git URL |