Daniel Alm be3fae437b Also extract streaming sending methods into a dedicated `StreamSending` protocol. 7 лет назад
..
Generated be3fae437b Also extract streaming sending methods into a dedicated `StreamSending` protocol. 7 лет назад
EchoProvider.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 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 ac7979d5e0 Ensure that errors in client calls are always provided to the user. 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.