tag | 272bda05211618b5b0ee28c0f663d2267af13390 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Mon Oct 07 01:16:06 2024 -0700 |
object | 033f13caea6080dd8589c7661088fd0716db5816 |
Android Security 13.0.0 Release 22 (12199512)
commit | 033f13caea6080dd8589c7661088fd0716db5816 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Mar 05 04:03:08 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Mar 05 04:03:08 2022 +0000 |
tree | 38b6c9dfb13b7b099a77b85e14254419c184bc2e | |
parent | 31ba4d32588565ee0f358280e9d7921d3a1e2b59 [diff] | |
parent | 1ad861b9aa8ae733a63a40f80626dbd9a75dd590 [diff] |
Snap for 8254899 from 1ad861b9aa8ae733a63a40f80626dbd9a75dd590 to tm-release Change-Id: I2f4762e58b28327a471495af09400aedc9c5e5cb
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 |