chipmunk/vendor/google.golang.org/grpc
Derek McQuay 9f98331c59
added vendor dir
2017-01-24 18:27:39 -08:00
..
codes added vendor dir 2017-01-24 18:27:39 -08:00
credentials added vendor dir 2017-01-24 18:27:39 -08:00
grpclog added vendor dir 2017-01-24 18:27:39 -08:00
internal added vendor dir 2017-01-24 18:27:39 -08:00
metadata added vendor dir 2017-01-24 18:27:39 -08:00
naming added vendor dir 2017-01-24 18:27:39 -08:00
peer added vendor dir 2017-01-24 18:27:39 -08:00
transport added vendor dir 2017-01-24 18:27:39 -08:00
CONTRIBUTING.md added vendor dir 2017-01-24 18:27:39 -08:00
LICENSE added vendor dir 2017-01-24 18:27:39 -08:00
Makefile added vendor dir 2017-01-24 18:27:39 -08:00
PATENTS added vendor dir 2017-01-24 18:27:39 -08:00
README.md added vendor dir 2017-01-24 18:27:39 -08:00
backoff.go added vendor dir 2017-01-24 18:27:39 -08:00
balancer.go added vendor dir 2017-01-24 18:27:39 -08:00
call.go added vendor dir 2017-01-24 18:27:39 -08:00
clientconn.go added vendor dir 2017-01-24 18:27:39 -08:00
codegen.sh added vendor dir 2017-01-24 18:27:39 -08:00
coverage.sh added vendor dir 2017-01-24 18:27:39 -08:00
doc.go added vendor dir 2017-01-24 18:27:39 -08:00
interceptor.go added vendor dir 2017-01-24 18:27:39 -08:00
rpc_util.go added vendor dir 2017-01-24 18:27:39 -08:00
server.go added vendor dir 2017-01-24 18:27:39 -08:00
stream.go added vendor dir 2017-01-24 18:27:39 -08:00
trace.go added vendor dir 2017-01-24 18:27:39 -08: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