Daniel Alm c6d41e46b1 Also run `swiftformat` on the code samples. %!s(int64=8) %!d(string=hai) anos
..
Generated ce2a58a03e Merge pull request #116 from vincentmarguerie/master %!s(int64=8) %!d(string=hai) anos
PackageManager c6d41e46b1 Also run `swiftformat` on the code samples. %!s(int64=8) %!d(string=hai) anos
Xcode c6d41e46b1 Also run `swiftformat` on the code samples. %!s(int64=8) %!d(string=hai) anos
EchoProvider.swift c6d41e46b1 Also run `swiftformat` on the code samples. %!s(int64=8) %!d(string=hai) anos
README.md 2f6b957b81 Remove Go Echo sample. %!s(int64=8) %!d(string=hai) anos
RUNME 9ce9d6914e Rename generated files to "<FILE>.rpc.swift". %!s(int64=8) %!d(string=hai) anos
echo.proto 750ade663e Reorganize Echo sample to put Swift Package Manager and Xcode versions side-by-side in Examples/Echo. %!s(int64=9) %!d(string=hai) anos

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.