|
|
há 6 anos atrás | |
|---|---|---|
| .. | ||
| Implementation | há 6 anos atrás | |
| Model | há 6 anos atrás | |
| Runtime | há 6 anos atrás | |
| README.md | há 6 anos atrás | |
This directory contains a simple echo server that demonstrates all four gRPC API styles (Unary, Server Streaming, Client Streaming, and Bidirectional Streaming) using the gRPC Swift.
There are three subdirectories:
Model containing the service and model definitions and generated code,Implementation containing the server implementation of the generated model,Runtime containing a CLI for the server and client.