Daniel Alm 1fc059367a Some more manual cleanup. il y a 7 ans
..
Generated 1fc059367a Some more manual cleanup. il y a 7 ans
PackageManager 1fc059367a Some more manual cleanup. il y a 7 ans
Xcode fa9c4c67a1 Fix Echo examples to expect streaming completion handlers to be called when calls finish. il y a 7 ans
EchoProvider.swift 489832fe10 Move the server-side generated code into runtime support classes as well. il y a 7 ans
README.md 2f6b957b81 Remove Go Echo sample. il y a 8 ans
RUNME 9ce9d6914e Rename generated files to "<FILE>.rpc.swift". il y a 8 ans
echo.proto 750ade663e Reorganize Echo sample to put Swift Package Manager and Xcode versions side-by-side in Examples/Echo. il y a 9 ans

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.