The Go language implementation of gRPC. HTTP/2 based RPC
Go to file
iamqizhao a485dd0375 change MD to type MD map[string]string 2015-01-28 13:49:18 -08:00
rpc change MD to type MD map[string]string 2015-01-28 13:49:18 -08:00
LICENSE gRPC-Go initial commit 2015-01-16 17:32:04 -08:00
README.md Merge branch 'master' of https://github.com/iamqizhao/grpc-go 2015-01-22 18:19:42 -08:00

README.md

gRPC-Go: a Go implementation of gRPC, Google's RPC library

To install this package, you need to install Go 1.4 and setup your Go workspace on your computer. The simplest way to install the library is to run:

go get github.com/google/grpc-go/rpc