Daniel Alm 518031b2b3 Merge branch 'master' of github.com:grpc/grpc-swift into protocols-for-testability 7 yıl önce
..
Generated 8352434d55 Update the generated example code, which also happens to fix the tests. 7 yıl önce
PackageManager c6d41e46b1 Also run `swiftformat` on the code samples. 7 yıl önce
Xcode c6d41e46b1 Also run `swiftformat` on the code samples. 7 yıl önce
EchoProvider.swift c6d41e46b1 Also run `swiftformat` on the code samples. 7 yıl önce
README.md 2f6b957b81 Remove Go Echo sample. 8 yıl önce
RUNME 9ce9d6914e Rename generated files to "<FILE>.rpc.swift". 8 yıl önce
echo.proto 750ade663e Reorganize Echo sample to put Swift Package Manager and Xcode versions side-by-side in Examples/Echo. 9 yıl önce

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.