|
|
9 năm trước cách đây | |
|---|---|---|
| Examples | 9 năm trước cách đây | |
| Packages | 9 năm trước cách đây | |
| QuickProto | 9 năm trước cách đây | |
| gRPC | 9 năm trước cách đây | |
| gRPC.xcodeproj | 9 năm trước cách đây | |
| third_party | 9 năm trước cách đây | |
| .gitignore | 9 năm trước cách đây | |
| .gitmodules | 9 năm trước cách đây | |
| CONTRIBUTING.md | 9 năm trước cách đây | |
| LICENSE | 9 năm trước cách đây | |
| README.md | 9 năm trước cách đây |
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.
Preliminary protocol buffer support is provided in the QuickProto library. This simple Swift library provides an API for building and parsing protocol buffers with no generated code.
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.
Other examples include StickyNotes and Echo.
Swift Package Manager builds are demonstrated on Linux using the instructions in the Packages directory.