| commit | 5647a0d2f8edf4212002b9fc63ec73c3c1352aa6 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Mon Sep 19 02:03:43 2022 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Mon Sep 19 02:03:43 2022 +0000 |
| tree | fcd3ae975ac200f6a7101ad765d47a01d27400d3 | |
| parent | eb03270a8e824ccb968b4c498ff84c25ce447f92 [diff] | |
| parent | af650a6e0527ab6b98f803d541b66a7a30bb43a5 [diff] |
Snap for 9078278 from af650a6e0527ab6b98f803d541b66a7a30bb43a5 to gki13-boot-release Change-Id: I5651c0dfe24b681169eb48c7c81bcb9333af160b
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 |