George Barnett 589611a11a Replace Commander usage with our own CLI parsing (#570) преди 6 години
..
Implementation 705f0853df Split the Echo example into model, implementation and runtime (#567) преди 6 години
Model 705f0853df Split the Echo example into model, implementation and runtime (#567) преди 6 години
Runtime 589611a11a Replace Commander usage with our own CLI parsing (#570) преди 6 години
README.md 705f0853df Split the Echo example into model, implementation and runtime (#567) преди 6 години

README.md

Echo, a gRPC Sample App

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.