2015-02-19 22:21:17 +03:00
|
|
|
#gRPC-Go
|
|
|
|
|
|
|
|
The Go implementation of [gRPC](https://github.com/grpc/grpc)
|
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
2015-02-06 04:14:05 +03:00
|
|
|
|
|
|
|
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:
|
|
|
|
|
2015-02-19 22:21:17 +03:00
|
|
|
```
|
|
|
|
$ go get google.golang.org/grpc
|
|
|
|
```
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
-------------
|
|
|
|
You can find more detailed documentation and examples in the [grpc-common repository](http://github.com/grpc/grpc-common).
|
2015-02-19 22:27:22 +03:00
|
|
|
|
|
|
|
Status
|
|
|
|
------
|
|
|
|
Alpha - ready for early adopters.
|
|
|
|
|