George Barnett cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) há 5 anos atrás
..
Implementation cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) há 5 anos atrás
Model 6158fad6be Improve performance of routing inbound RPCs (#924) há 5 anos atrás
Runtime cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) há 5 anos atrás
README.md 705f0853df Split the Echo example into model, implementation and runtime (#567) há 6 anos atrás

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.