apiserver/vendor/google.golang.org/grpc
Kubernetes Publisher 2308857ad3 sync: resync vendor folder 2017-04-12 20:36:01 +00:00
..
codes sync: resync vendor folder 2017-02-23 11:13:21 -05:00
credentials sync: resync vendor folder 2017-04-12 20:36:01 +00:00
grpclog sync: resync vendor folder 2017-02-23 11:13:21 -05:00
internal sync: resync vendor folder 2017-02-23 11:13:21 -05:00
metadata sync: resync vendor folder 2017-04-12 20:36:01 +00:00
naming sync: resync vendor folder 2017-02-23 11:13:21 -05:00
peer sync: resync vendor folder 2017-02-23 11:13:21 -05:00
transport sync: resync vendor folder 2017-04-12 20:36:01 +00:00
.travis.yml sync: resync vendor folder 2017-04-12 20:36:01 +00:00
CONTRIBUTING.md sync: resync vendor folder 2017-02-23 11:13:21 -05:00
LICENSE sync: resync vendor folder 2017-02-23 11:13:21 -05:00
Makefile sync: resync vendor folder 2017-02-23 11:13:21 -05:00
PATENTS sync: resync vendor folder 2017-02-23 11:13:21 -05:00
README.md sync: resync vendor folder 2017-04-12 20:36:01 +00:00
backoff.go sync: resync vendor folder 2017-04-12 20:36:01 +00:00
balancer.go sync: resync vendor folder 2017-04-12 20:36:01 +00:00
call.go sync: resync vendor folder 2017-04-12 20:36:01 +00:00
clientconn.go sync: resync vendor folder 2017-04-12 20:36:01 +00:00
codegen.sh sync: resync vendor folder 2017-02-23 11:13:21 -05:00
coverage.sh sync: resync vendor folder 2017-02-23 11:13:21 -05:00
doc.go sync: resync vendor folder 2017-02-23 11:13:21 -05:00
interceptor.go sync: resync vendor folder 2017-04-12 20:36:01 +00:00
rpc_util.go sync: resync vendor folder 2017-04-12 20:36:01 +00:00
server.go sync: resync vendor folder 2017-04-12 20:36:01 +00:00
stream.go sync: resync vendor folder 2017-04-12 20:36:01 +00:00
trace.go sync: resync vendor folder 2017-02-23 11:13:21 -05:00

README.md

#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

GA