Skip to content

Huawei-CPLLab/SwiftGRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.