SebastianThiebaud 94e599bbc0 Add channel arguments 7 سال پیش
..
Generated 5d322044ed Add tests to verify the behavior of canceling client and server calls. 7 سال پیش
EchoProvider.swift da28b9aec2 Change the `ServerSession`s such that errors thrown during operation are returned to the client. 7 سال پیش
Makefile 12df04f87e move examples under Sources/Examples 7 سال پیش
README.md 12df04f87e move examples under Sources/Examples 7 سال پیش
RUNME 12df04f87e move examples under Sources/Examples 7 سال پیش
echo.proto 12df04f87e move examples under Sources/Examples 7 سال پیش
main.swift 94e599bbc0 Add channel arguments 7 سال پیش
ssl.crt 12df04f87e move examples under Sources/Examples 7 سال پیش
ssl.key 12df04f87e move examples under Sources/Examples 7 سال پیش
test.gold 12df04f87e move examples under Sources/Examples 7 سال پیش

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.