|
|
há 2 anos atrás | |
|---|---|---|
| .. | ||
| Client | há 2 anos atrás | |
| Model | há 2 anos atrás | |
| Server | há 2 anos atrás | |
| README.md | há 4 anos atrás | |
| route_guide_db.json | há 6 anos atrás | |
This directory contains the source and generated code for the gRPC "Route Guide" example.
The tutorial relating to this example can be found in grpc-swift/docs/basic-tutorial.md.
To start the server, from the root of this package run:
$ swift run RouteGuideServer
From another terminal, run the client:
$ swift run RouteGuideClient
For simplicity, a Makefile is provided in the root of this package with a target to generate client and server code:
$ make generate-route-guide