Tim Burks 2f6b957b81 Remove Go Echo sample. %!s(int64=8) %!d(string=hai) anos
..
Generated 75e8ec06ab Make client channels public. %!s(int64=8) %!d(string=hai) anos
PackageManager c92da144e9 Update Example dependencies to use 0.3.2 %!s(int64=8) %!d(string=hai) anos
Xcode 9611bbb609 Update Simple and Echo Xcode projects to fix crashes and use new API. %!s(int64=8) %!d(string=hai) anos
EchoProvider.swift a26794eaf0 Add completion callback to nonblocking send() in server generated code. %!s(int64=8) %!d(string=hai) anos
README.md 2f6b957b81 Remove Go Echo sample. %!s(int64=8) %!d(string=hai) anos
RUNME f3926c5c6a Change access level for generated classes and methods from "public" to "internal". %!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.