Daniel Alm 7b4f47d91d Avoid a `try!` call. Even though it is guaranteed to be safe now, it might not be in the future. 7 yıl önce
..
Generated 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". 7 yıl önce
EchoProvider.swift da28b9aec2 Change the `ServerSession`s such that errors thrown during operation are returned to the client. 7 yıl önce
Makefile 12df04f87e move examples under Sources/Examples 7 yıl önce
README.md 12df04f87e move examples under Sources/Examples 7 yıl önce
RUNME 12df04f87e move examples under Sources/Examples 7 yıl önce
echo.proto 12df04f87e move examples under Sources/Examples 7 yıl önce
main.swift 7b4f47d91d Avoid a `try!` call. Even though it is guaranteed to be safe now, it might not be in the future. 7 yıl önce
ssl.crt 12df04f87e move examples under Sources/Examples 7 yıl önce
ssl.key 12df04f87e move examples under Sources/Examples 7 yıl önce
test.gold 12df04f87e move examples under Sources/Examples 7 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.