Daniel Alm a1174b5b94 Add a runtime support class for client-streaming client calls. 8 ani în urmă
..
Generated a1174b5b94 Add a runtime support class for client-streaming client calls. 8 ani în urmă
PackageManager 6a553c3636 Add a runtime support class for unary client calls. 8 ani în urmă
Xcode fa9c4c67a1 Fix Echo examples to expect streaming completion handlers to be called when calls finish. 8 ani în urmă
EchoProvider.swift 46477bedc6 Fix the tests and add the output binary of the Echo PackageManager example to .gitignore. 8 ani în urmă
README.md 2f6b957b81 Remove Go Echo sample. 8 ani în urmă
RUNME 9ce9d6914e Rename generated files to "<FILE>.rpc.swift". 8 ani în urmă
echo.proto 750ade663e Reorganize Echo sample to put Swift Package Manager and Xcode versions side-by-side in Examples/Echo. 9 ani în urmă

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.