George Barnett c4dc6a3c1e Avoid generating multiple conformances to GRPCProtobufPayload (#740) 5 years ago
..
Implementation 705f0853df Split the Echo example into model, implementation and runtime (#567) 6 years ago
Model c4dc6a3c1e Avoid generating multiple conformances to GRPCProtobufPayload (#740) 5 years ago
Runtime 2048948147 Rename generated clients from FooServiceClient to FooClient (#736) 5 years ago
README.md 705f0853df Split the Echo example into model, implementation and runtime (#567) 6 years ago

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.