Daniel Alm f814a34949 Formatting: Replace several occurrences of `catch (let ...)` with just `catch`. преди 8 години
..
Generated be3fae437b Also extract streaming sending methods into a dedicated `StreamSending` protocol. преди 8 години
EchoProvider.swift f814a34949 Formatting: Replace several occurrences of `catch (let ...)` with just `catch`. преди 8 години
Makefile 12df04f87e move examples under Sources/Examples преди 8 години
README.md 12df04f87e move examples under Sources/Examples преди 8 години
RUNME 12df04f87e move examples under Sources/Examples преди 8 години
echo.proto 12df04f87e move examples under Sources/Examples преди 8 години
main.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. преди 8 години
ssl.crt 12df04f87e move examples under Sources/Examples преди 8 години
ssl.key 12df04f87e move examples under Sources/Examples преди 8 години
test.gold 12df04f87e move examples under Sources/Examples преди 8 години

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.