Tim Burks 46a9d0f57e Add Xcode project generated with "swift package generate-xcodeproj" пре 9 година
..
Echo 46a9d0f57e Add Xcode project generated with "swift package generate-xcodeproj" пре 9 година
Sessions 3d0d77a9fe Simplified call interface for clients. пре 9 година
Simple 220cc3fe29 Update vendoring scripts and build configuration for examples for new vendored gRPC Core. пре 9 година
Speech 446c1d6ae3 Podspec пре 9 година
README.md 4ba39ae5e0 Update README for examples пре 9 година

README.md

Examples

Swift gRPC generated code examples

Echo This sample demonstrates a simple echo service with nonstreaming and streaming APIS. It can be run with or without TLS. Swift clients and servers are built in a Mac app and in a command-line tool that is built with the Swift Package Manager. An interoperable client and server is in the [Echo/Go] directory.

This sample uses a client and server interface generated by the Swift gRPC plugin for protoc.

Low-level demonstrations

Simple This is a simple command line tool, built with the Swift Package Manager, that implements a simple client and server using low-level gRPC APIs.

Sessions This is a Mac app that also implements a simple client and server using low-level gRPC APIs.