Daniel Alm 2cab5d2936 Migrate Package.swift to the Swift 4.0 manifest format. há 8 anos atrás
..
Generated 53c8ccaed6 Make `Handler.sendResponse` and `.receiveMessage` call through to the corresponding methods on `Call`. há 8 anos atrás
PackageManager 2cab5d2936 Migrate Package.swift to the Swift 4.0 manifest format. há 8 anos atrás
Xcode fa9c4c67a1 Fix Echo examples to expect streaming completion handlers to be called when calls finish. há 8 anos atrás
EchoProvider.swift 53c8ccaed6 Make `Handler.sendResponse` and `.receiveMessage` call through to the corresponding methods on `Call`. há 8 anos atrás
README.md 2f6b957b81 Remove Go Echo sample. há 8 anos atrás
RUNME 9ce9d6914e Rename generated files to "<FILE>.rpc.swift". há 8 anos atrás
echo.proto 750ade663e Reorganize Echo sample to put Swift Package Manager and Xcode versions side-by-side in Examples/Echo. há 9 anos atrás

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.