No Description

Tim Burks ab567e5e88 Replace Packages/RUNME.sh and CLEANUP.sh with Makefile, remove unsupported block. 9 years ago
Examples d76f54f1c1 Initial commit 9 years ago
Packages ab567e5e88 Replace Packages/RUNME.sh and CLEANUP.sh with Makefile, remove unsupported block. 9 years ago
gRPC d76f54f1c1 Initial commit 9 years ago
gRPC.xcodeproj cc12232180 Add grpc submodule, update path to grpc project, minor improvements to cgrpc.h 9 years ago
third_party cc12232180 Add grpc submodule, update path to grpc project, minor improvements to cgrpc.h 9 years ago
.gitmodules cc12232180 Add grpc submodule, update path to grpc project, minor improvements to cgrpc.h 9 years ago
CONTRIBUTING.md d76f54f1c1 Initial commit 9 years ago
LICENSE d76f54f1c1 Initial commit 9 years ago
README.md d76f54f1c1 Initial commit 9 years ago

README.md

Swift gRPC API

This repository contains an experimental Swift gRPC API.

Currently not intended for production use, it provides low-level Swift wrappers for the C gRPC API that can be used to build higher-level structures supporting streaming and nonstreaming gRPC APIs.

The current version contains NO protocol buffer support (yet).

Code is provided for both gRPC clients and servers, and it can be built either with Xcode or the Swift Package Manager. The Xcode build is demonstrated with Sessions, a sample Mac app that can be used to create and run multiple concurrent servers and clients. Swift Package Manager builds are demonstrated on Linux using the instructions in the Packages directory.