Clone this repo:
  1. 66b94b9 Merge pull request #525 from ejona86/sync-proto by Qi Zhao · 8 years ago master
  2. d3c0f79 Sync example protos from main repository by Eric Anderson · 8 years ago
  3. 5d64098 Merge pull request #517 from zellyn/zellyn-grpclog-comments by Qi Zhao · 8 years ago
  4. fbb51f4 Merge pull request #518 from bradfitz/fatalf2 by Qi Zhao · 8 years ago
  5. d523706 Fix more cases of Fatalf being used from goroutines started by tests. by Brad Fitzpatrick · 8 years 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 1.4 or above 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.4 or above.

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