Daniel Alm 34bef30f56 Fix `make test-plugin`. пре 7 година
..
Generated 34bef30f56 Fix `make test-plugin`. пре 7 година
EchoProvider.swift 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. пре 7 година
Makefile 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. пре 7 година
README.md 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. пре 7 година
RUNME 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. пре 7 година
echo.proto 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. пре 7 година
main.swift 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. пре 7 година
ssl.crt 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. пре 7 година
ssl.key 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. пре 7 година
test.gold 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. пре 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.