You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gosuv/Godeps/_workspace/src/google.golang.org/grpc
codeskyblue ecfaeb57ec
update godeps
8 years ago
..
Documentation update godeps 8 years ago
benchmark update godeps 8 years ago
codes add godeps 9 years ago
credentials update godeps 8 years ago
examples update godeps 8 years ago
grpclog update godeps 8 years ago
health update godeps 8 years ago
internal update godeps 8 years ago
interop update godeps 8 years ago
metadata update godeps 8 years ago
naming update godeps 8 years ago
peer update godeps 8 years ago
test update godeps 8 years ago
transport update godeps 8 years ago
.travis.yml update godeps 8 years ago
CONTRIBUTING.md add godeps 9 years ago
LICENSE add godeps 9 years ago
Makefile update godeps 8 years ago
PATENTS add godeps 9 years ago
README.md update godeps 8 years ago
call.go update godeps 8 years ago
clientconn.go update godeps 8 years ago
codegen.sh add godeps 9 years ago
coverage.sh update godeps 8 years ago
doc.go update godeps 8 years ago
picker.go update godeps 8 years ago
rpc_util.go update godeps 8 years ago
server.go update godeps 8 years ago
stream.go update godeps 8 years ago
trace.go update godeps 8 years ago

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 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