Tim Burks fa9c4c67a1 Fix Echo examples to expect streaming completion handlers to be called when calls finish. пре 8 година
..
Generated 476860a007 Fix code generator and samples for latest gRPC API. пре 8 година
PackageManager fa9c4c67a1 Fix Echo examples to expect streaming completion handlers to be called when calls finish. пре 8 година
Xcode fa9c4c67a1 Fix Echo examples to expect streaming completion handlers to be called when calls finish. пре 8 година
EchoProvider.swift c6d41e46b1 Also run `swiftformat` on the code samples. пре 8 година
README.md 2f6b957b81 Remove Go Echo sample. пре 8 година
RUNME 9ce9d6914e Rename generated files to "<FILE>.rpc.swift". пре 8 година
echo.proto 750ade663e Reorganize Echo sample to put Swift Package Manager and Xcode versions side-by-side in Examples/Echo. пре 9 година

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.