ArchiveorgSoftwareThe C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. To maximize usability, gRPC supports the standard method for adding dependencies to a user's chosen language (if there is one).In most languages, the gRPC runtime comes as a package available in a user's language package manager.For instructions on how to use the language-specific gRPC runtime for a project, please refer to these documentsC++[1]: follow the instructions under the src/cpp directoryC#: NuGet package Grpc[2]Dart: pub package grpc[3]Go: go get google.golang.org/grpcJava[4]: Use JARs from Maven Central RepositoryKotlin[5]: Use JARs from Maven Central RepositoryNode: npm install grpc[6]Objective-C[7]: Add gRPC-ProtoRPC dependency to podspecPHP: pecl install grpc[8]Python: pip install grpcio[9]Ruby: gem install grpc[10]WebJS[11]: follow the grpc-web instructionsPer-language quickstart guides and tutorials can be found in the documentation section on the grpc.io website[12]. Code examples are available in the examples[13] directory.Precompiled bleeding-edge package builds of gRPC master branch's HEAD are uploaded daily to packages.grpc.io[14].Contributions are welcome!Please read How to contribute[15] which will guide you through the entire workflow of how to build the source code, how to run the tests, and how to contribute changes tothe gRPC codebase.The "How to contribute" document also contains info on how the contribution process works and contains best practices for creating contributions.Sometimes things go wrong. Please check out the Troubleshooting guide[16] if you are experiencing issues with gRPC.See the Performance dashboard[17] for performance numbers of master branch daily builds.See gRPC Concepts[18]This repository contains source code for gRPC libraries implemented in multiple languages written on top of a shared C core library src/core[19].Libraries in different languages may be in various states of development. We are seeking contributions for all of these libraries:| Language | Source ||-------------------------|-------------------------------------|| Shared C [core library] | src/core[20] || C++ | src/cpp[21] || Ruby | src/ruby[22] || Python | src/python[23] || PHP | src/php[24] || C# (core library based) | src/csharp[25] || Objective-C | src/objective-c[26] || Language | Source repo ||-------------------------|------------------------------------------------------|| Java | grpc-java[27] || Kotlin | grpc-kotlin[28] || Go | grpc-go[29] || NodeJS | grpc-node[30] || WebJS | grpc-web[31] || Dart | grpc-dart[32] || .NET (pure C# impl.) | grpc-dotnet[33] | To restore the repository download the bundle wget https://archive.org/download/github.com-grpc-grpc_-_2021-07-18_04-55-01/grpc-grpc_-_2021-07-18_04-55-01.bundle and run: git clone grpc-grpc_-_2021-07-18_04-55-01.bundle Source: https://github.com/grpc/grpc[34]Uploader: grpc[35]Upload date: 2021-07-18 References^ C++ (archive.org)^ C# (archive.org)^ Dart (github.com)^ Java (github.com)^ Kotlin (github.com)^ Node (github.com)^ Objective-C (archive.org)^ PHP (archive.org)^ Python (archive.org)^ Ruby (archive.org)^ WebJS (github.com)^ documentation section on the grpc.io website (grpc.io)^ examples (archive.org)^ packages.grpc.io (packages.grpc.io)^ How to contribute (archive.org)^ Troubleshooting guide (archive.org)^ Performance dashboard (performance-dot-grpc-testing.appspot.com)^ gRPC Concepts (archive.org)^ src/core (archive.org)^ src/core (archive.org)^ src/cpp (archive.org)^ src/ruby (archive.org)^ src/python (archive.org)^ src/php (archive.org)^ src/csharp (archive.org)^ src/objective-c (archive.org)^ grpc-java (github.com)^ grpc-kotlin (github.com)^ grpc-go (github.com)^ grpc-node (github.com)^ grpc-web (github.com)^ grpc-dart (github.com)^ grpc-dotnet (github.com)^ https://github.com/grpc/grpc (github.com)^ grpc (github.com)

weiterlesen: RSS Quelle öffnen