Tim Burks 8f9397425a Merge branch 'master' into gencode-to-generics 7 years ago
..
Generated ec953c566f A few more formatting improvements as suggested by `swiftformat`. 7 years ago
PackageManager 8f9397425a Merge branch 'master' into gencode-to-generics 7 years ago
Xcode fa9c4c67a1 Fix Echo examples to expect streaming completion handlers to be called when calls finish. 7 years ago
EchoProvider.swift 489832fe10 Move the server-side generated code into runtime support classes as well. 7 years ago
README.md 2f6b957b81 Remove Go Echo sample. 8 years ago
RUNME 9ce9d6914e Rename generated files to "<FILE>.rpc.swift". 8 years ago
echo.proto 750ade663e Reorganize Echo sample to put Swift Package Manager and Xcode versions side-by-side in Examples/Echo. 9 years ago

README.md

Echo, a gRPC Sample App

This directory contains a simple echo server and client that demonstrates all four gRPC API styles (Unary, Server Streaming, Client Streaming, and Bidirectional Streaming).

The Xcode directory contains a Mac app and PackageManager contains a command-line tool that can be built with the Swift Package Manager. Both contain a Swift client and server.