commit | b1dbb1d2a24042d84dc2cfcaeebb1f7be33a3e34 | [log] [tgz] |
---|---|---|
author | Hao Chen <[email protected]> | Tue Jun 16 19:13:27 2020 -0700 |
committer | Hao Chen <[email protected]> | Thu Jun 18 11:20:24 2020 -0700 |
tree | 02f38cf7a980210feaebf1207f113cec1d7f42e5 | |
parent | b89d5835cfd449490390bd3695b9e34b9334c6d9 [diff] |
Add bionic vm_sockets header When building host side program, we are building with glibc in the Android tree, which is very old and has no vsock header. So we add the boinic libc vsock header. Bug: 157603385 Test: build and create Acloud local instance Change-Id: I5c7176c70779fee5db1cd2fd4baf5bd653fb3051
gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. It enables client and server applications to communicate transparently, and makes it easier to build connected systems.
To maximize usability, gRPC supports the standard way of adding dependencies in your language of choice (if there is one). In most languages, the gRPC runtime comes in form of a package available in your language's package manager.
For instructions on how to use the language-specific gRPC runtime in your project, please refer to these documents
src/cpp
directoryGrpc
grpc
go get google.golang.org/grpc
npm install grpc
gRPC-ProtoRPC
dependency to podspecpecl install grpc
pip install grpcio
gem install grpc
You can find per-language quickstart guides and tutorials in Documentation section on grpc.io website. The code examples are available in the examples directory.
Precompiled bleeding-edge package builds of gRPC master
branch's HEAD
are uploaded daily to packages.grpc.io.
Contributions are welcome!
Please read How to contribute which will guide you through the entire workflow of how to build the source code, how to run the tests and how to contribute your changes to the gRPC codebase. The document also contains info on how the contributing process works and contains best practices for creating contributions.
Sometimes things go wrong. Please check out the Troubleshooting guide if you are experiencing issues with gRPC.
See Performance dashboard for the performance numbers for the latest released version.
See gRPC Concepts
This repository contains source code for gRPC libraries for multiple languages written on top of shared C core library src/core.
Libraries in different languages may be in different states of development. We are seeking contributions for all of these libraries.
Language | Source |
---|---|
Shared C [core library] | src/core |
C++ | src/cpp |
Ruby | src/ruby |
Python | src/python |
PHP | src/php |
C# | src/csharp |
Objective-C | src/objective-c |
Language | Source repo |
---|---|
Java | grpc-java |
Go | grpc-go |
NodeJS | grpc-node |
WebJS | grpc-web |
Dart | grpc-dart |