| commit | 76e4848e549fea9e17f43beff938d4be5a38055e | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Sun Feb 06 10:01:52 2022 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Sun Feb 06 10:01:52 2022 +0000 |
| tree | b749e7580e3ff85d3ad939c9e9e41ce7b609ddc7 | |
| parent | 9ad465297e3ec2e6e205655643ee35d400871f05 [diff] | |
| parent | 2ca8ec0dff3655e9b0f18e64a6d8da7ddb969e6b [diff] |
Snap for 8152884 from 2ca8ec0dff3655e9b0f18e64a6d8da7ddb969e6b to main-cg-testing-release Change-Id: I487d13f79dcf4b88e05331d80f57f474dfc46f4b
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 |