| commit | bf9a9befa26a9283f2c4b784e2cb6a2050a45be4 | [log] [tgz] |
|---|---|---|
| author | android-build-team Robot <[email protected]> | Wed Mar 11 15:07:17 2020 +0000 |
| committer | android-build-team Robot <[email protected]> | Wed Mar 11 15:07:17 2020 +0000 |
| tree | 8ec6a628ece8def55bf8814738d5a4cd5f567010 | |
| parent | d1403a4f547a1973eacd4127ccdaa8f6e20bf0b1 [diff] | |
| parent | 4108a1848ae151668e13355028f7e97f1fd44f1a [diff] |
Snap for 6284977 from 4108a1848ae151668e13355028f7e97f1fd44f1a to mainline-release Change-Id: Ie8a9735033ed5c05c7a7ba51d36f2d7b576e27c2
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 directoryGrpcgrpcgo get google.golang.org/grpcnpm install grpcgRPC-ProtoRPC dependency to podspecpecl install grpcpip install grpciogem install grpcYou 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 |