Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 424 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 424 Bytes

SwiftGRPC

A Swift 3.0 binding for gRPC, Google's remote procedure call framework.

This is a work in progress. Currently, the only functionality available is the client API for an insecure unary blocking call.

CGRPC

This module relies on CGRPC which is a wrapper for the C core library in gRPC. See its README for installation instructions.