• Home
  • Raw
  • Download

Lines Matching full:grpc

1 gRPC - An RPC library and framework
4 gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run …
9 <td><a href="https://grpc.io/">grpc.io</a></td>
13 <td><a href="https://groups.google.com/forum/#!forum/grpc-io">grpc-io@googlegroups.com</a></td>
17 …![Join the chat at https://gitter.im/grpc/grpc](https://badges.gitter.im/grpc/grpc.svg)](https://g…
19 # To start using gRPC
21 To maximize usability, gRPC supports the standard method for adding dependencies to a user's chosen…
22 In most languages, the gRPC runtime comes as a package available in a user's language package manag…
24 For instructions on how to use the language-specific gRPC runtime for a project, please refer to th…
27 * [C#](src/csharp): NuGet package `Grpc`
28 * [Dart](https://github.com/grpc/grpc-dart): pub package `grpc`
29 * [Go](https://github.com/grpc/grpc-go): `go get google.golang.org/grpc`
30 * [Java](https://github.com/grpc/grpc-java): Use JARs from Maven Central Repository
31 * [Kotlin](https://github.com/grpc/grpc-kotlin): Use JARs from Maven Central Repository
32 * [Node](https://github.com/grpc/grpc-node): `npm install grpc`
33 * [Objective-C](src/objective-c): Add `gRPC-ProtoRPC` dependency to podspec
34 * [PHP](src/php): `pecl install grpc`
36 * [Ruby](src/ruby): `gem install grpc`
37 * [WebJS](https://github.com/grpc/grpc-web): follow the grpc-web instructions
39 …d tutorials can be found in the [documentation section on the grpc.io website](https://grpc.io/doc…
41 …eeding-edge package builds of gRPC `master` branch's `HEAD` are uploaded daily to [packages.grpc.i…
43 # To start developing gRPC
48 the gRPC codebase.
53 …check out the [Troubleshooting guide](TROUBLESHOOTING.md) if you are experiencing issues with gRPC.
57 See the [Performance dashboard](https://performance-dot-grpc-testing.appspot.com/explore?dashboard=…
61 See [gRPC Concepts](CONCEPTS.md)
65 This repository contains source code for gRPC libraries implemented in multiple languages written o…
81 | Java | [grpc-java](https://github.com/grpc/grpc-java) |
82 | Kotlin | [grpc-kotlin](https://github.com/grpc/grpc-kotlin) |
83 | Go | [grpc-go](https://github.com/grpc/grpc-go) |
84 | NodeJS | [grpc-node](https://github.com/grpc/grpc-node) |
85 | WebJS | [grpc-web](https://github.com/grpc/grpc-web) |
86 | Dart | [grpc-dart](https://github.com/grpc/grpc-dart) |
87 | .NET (pure C# impl.) | [grpc-dotnet](https://github.com/grpc/grpc-dotnet) |