George Barnett 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 лет назад
..
Implementation 705f0853df Split the Echo example into model, implementation and runtime (#567) 6 лет назад
Model 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 лет назад
Runtime 9a8d0239ad Add a server builder (#752) 5 лет назад
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.