Tim Burks 50099836c1 Merge pull request #34 from Drewsmits/develop 8 jaren geleden
..
Generated e6767b6050 Changed String init to use Linux friendly implementation 9 jaren geleden
Go 03243903e8 Remove unnecessary channel from Go expand client. 9 jaren geleden
PackageManager 73cb10d2b7 Update Echo PackageManager sample to 0.1.10 API. 9 jaren geleden
Xcode 317482f1f0 Fix Echo example and improve instructions 9 jaren geleden
EchoProvider.swift 4832a7e4df Update Examples to use 0.1.7 generated API. 9 jaren geleden
README.md 1ac521b874 Rename a few directories from "SwiftPM" to "PackageManager" 9 jaren geleden
echo.proto 750ade663e Reorganize Echo sample to put Swift Package Manager and Xcode versions side-by-side in Examples/Echo. 9 jaren geleden

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). It includes Swift and Go implementations to verify interoperability.

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, and both are hard-coded to use port 8081 for insecure connections and port 8443 for secure connections.

The Go directory contains a Go client and server. The Go server listens on port 8080 and the Go client connects to this by default but can be pointed at other servers using the "-a" command-line option.