Darren Shepherd 03db5d1058 Update vendor/ 8 年之前
..
codes 03db5d1058 Update vendor/ 8 年之前
credentials 03db5d1058 Update vendor/ 8 年之前
grpclog 03db5d1058 Update vendor/ 8 年之前
internal 03db5d1058 Update vendor/ 8 年之前
metadata 03db5d1058 Update vendor/ 8 年之前
naming 03db5d1058 Update vendor/ 8 年之前
peer 03db5d1058 Update vendor/ 8 年之前
transport 03db5d1058 Update vendor/ 8 年之前
.travis.yml 03db5d1058 Update vendor/ 8 年之前
CONTRIBUTING.md 03db5d1058 Update vendor/ 8 年之前
LICENSE 03db5d1058 Update vendor/ 8 年之前
Makefile 03db5d1058 Update vendor/ 8 年之前
PATENTS 03db5d1058 Update vendor/ 8 年之前
README.md 03db5d1058 Update vendor/ 8 年之前
backoff.go 03db5d1058 Update vendor/ 8 年之前
call.go 03db5d1058 Update vendor/ 8 年之前
clientconn.go 03db5d1058 Update vendor/ 8 年之前
codegen.sh 03db5d1058 Update vendor/ 8 年之前
coverage.sh 03db5d1058 Update vendor/ 8 年之前
doc.go 03db5d1058 Update vendor/ 8 年之前
interceptor.go 03db5d1058 Update vendor/ 8 年之前
picker.go 03db5d1058 Update vendor/ 8 年之前
rpc_util.go 03db5d1058 Update vendor/ 8 年之前
server.go 03db5d1058 Update vendor/ 8 年之前
stream.go 03db5d1058 Update vendor/ 8 年之前
trace.go 03db5d1058 Update vendor/ 8 年之前

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

Beta release