Daniel Alm 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. 7 vuotta sitten
..
Generated 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. 7 vuotta sitten
EchoProvider.swift 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. 7 vuotta sitten
Makefile 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. 7 vuotta sitten
README.md 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. 7 vuotta sitten
RUNME 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. 7 vuotta sitten
echo.proto 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. 7 vuotta sitten
main.swift 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. 7 vuotta sitten
ssl.crt 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. 7 vuotta sitten
ssl.key 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. 7 vuotta sitten
test.gold 128571a155 Move the PackageManager-based echo example to Sources/ and add it as a target to the main Package.swift. 7 vuotta sitten

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.