tile38/vendor/google.golang.org/grpc
Josh Baker 3b99a6276e grpc support 2016-09-11 21:25:09 -07:00
..
Documentation grpc support 2016-09-11 21:25:09 -07:00
benchmark grpc support 2016-09-11 21:25:09 -07:00
codes grpc support 2016-09-11 21:25:09 -07:00
credentials grpc support 2016-09-11 21:25:09 -07:00
examples grpc support 2016-09-11 21:25:09 -07:00
grpclog grpc support 2016-09-11 21:25:09 -07:00
health grpc support 2016-09-11 21:25:09 -07:00
internal grpc support 2016-09-11 21:25:09 -07:00
interop grpc support 2016-09-11 21:25:09 -07:00
metadata grpc support 2016-09-11 21:25:09 -07:00
naming grpc support 2016-09-11 21:25:09 -07:00
peer grpc support 2016-09-11 21:25:09 -07:00
reflection grpc support 2016-09-11 21:25:09 -07:00
stress grpc support 2016-09-11 21:25:09 -07:00
test grpc support 2016-09-11 21:25:09 -07:00
testdata grpc support 2016-09-11 21:25:09 -07:00
transport grpc support 2016-09-11 21:25:09 -07:00
CONTRIBUTING.md grpc support 2016-09-11 21:25:09 -07:00
LICENSE grpc support 2016-09-11 21:25:09 -07:00
Makefile grpc support 2016-09-11 21:25:09 -07:00
PATENTS grpc support 2016-09-11 21:25:09 -07:00
README.md grpc support 2016-09-11 21:25:09 -07:00
backoff.go grpc support 2016-09-11 21:25:09 -07:00
backoff_test.go grpc support 2016-09-11 21:25:09 -07:00
balancer.go grpc support 2016-09-11 21:25:09 -07:00
balancer_test.go grpc support 2016-09-11 21:25:09 -07:00
call.go grpc support 2016-09-11 21:25:09 -07:00
call_test.go grpc support 2016-09-11 21:25:09 -07:00
clientconn.go grpc support 2016-09-11 21:25:09 -07:00
clientconn_test.go grpc support 2016-09-11 21:25:09 -07:00
codegen.sh grpc support 2016-09-11 21:25:09 -07:00
coverage.sh grpc support 2016-09-11 21:25:09 -07:00
doc.go grpc support 2016-09-11 21:25:09 -07:00
interceptor.go grpc support 2016-09-11 21:25:09 -07:00
rpc_util.go grpc support 2016-09-11 21:25:09 -07:00
rpc_util_test.go grpc support 2016-09-11 21:25:09 -07:00
server.go grpc support 2016-09-11 21:25:09 -07:00
server_test.go grpc support 2016-09-11 21:25:09 -07:00
stream.go grpc support 2016-09-11 21:25:09 -07:00
trace.go grpc support 2016-09-11 21:25:09 -07: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