George Barnett d9e1a6e532 Codegen for server interceptors (#1030) 5 年之前
..
Implementation d9e1a6e532 Codegen for server interceptors (#1030) 5 年之前
Model d9e1a6e532 Codegen for server interceptors (#1030) 5 年之前
Runtime 621a0df8d8 Add missing calls to 'close()' in examples (#965) 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.