Clone this repo:

Branches

  1. b0b7afa Merge pull request #688 from menghanl/disable_grpc_tracing_in_benchmark by Qi Zhao · 6 days ago master
  2. de5d3de Disable grpc tracing in benchmark by Menghan Li · 6 days ago
  3. b564fc9 Merge pull request #677 from menghanl/multiple_histogram by Qi Zhao · 6 days ago
  4. 613465d Use pointer receiver for locking histogram by Menghan Li · 6 days ago
  5. 71a11ef Wrap for lockingHistogram.add swap mergeInto by Menghan Li · 6 days ago

gRPC-Go

Build Status GoDoc

The Go implementation of gRPC: A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. For more information see the gRPC Quick Start guide.

Installation

To install this package, you need to install Go and setup your Go workspace on your computer. The simplest way to install the library is to run:

$ go get google.golang.org/grpc

Prerequisites

This requires Go 1.5 or later .

Constraints

The grpc package should only depend on standard Go packages and a small number of exceptions. If your contribution introduces new dependencies which are NOT in the list, you need a discussion with gRPC-Go authors and consultants.

Documentation

See API documentation for package and API descriptions and find examples in the examples directory.

Status

Beta release