|
|
4 лет назад | |
|---|---|---|
| .. | ||
| Client | 4 лет назад | |
| Model | 4 лет назад | |
| Server | 4 лет назад | |
| README.md | 4 лет назад | |
This directory contains a 'Hello World' gRPC example, a single service with just
one RPC for saying hello. The quick-start tutorial which accompanies this
example lives in docs/ directory of this project.
To start the server run:
swift run HelloWorldServer
To send a message to the server run the following:
swift run HelloWorldClient
You may also greet a particular person (or dog). For example, to greet PanCakes run:
swift run HelloWorldClient PanCakes