grpc-go/README.md

33 строки
1.2 KiB
Markdown
Исходник Обычный вид История

#gRPC-Go
2015-10-02 21:32:22 +03:00
[![Build Status](https://travis-ci.org/grpc/grpc-go.svg)](https://travis-ci.org/grpc/grpc-go) [![GoDoc](https://godoc.org/google.golang.org/grpc?status.svg)](https://godoc.org/google.golang.org/grpc)
2015-02-27 05:52:24 +03:00
The Go implementation of [gRPC](http://www.grpc.io/): A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. For more information see the [gRPC Quick Start](http://www.grpc.io/docs/) guide.
Installation
------------
2015-02-06 04:14:05 +03:00
2015-09-15 04:05:38 +03:00
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:
2015-02-06 04:14:05 +03:00
```
$ go get google.golang.org/grpc
```
2015-09-02 00:57:55 +03:00
Prerequisites
-------------
This requires Go 1.4 or above.
Constraints
-----------
2015-10-02 21:33:13 +03:00
The grpc package should only depend on standard Go packages and a small number of exceptions. If your contribution introduce a new dependency which is NOT in the [list](http://godoc.org/google.golang.org/grpc?imports), you need a discussion with gRPC-Go authors and consultants.
Documentation
-------------
2015-10-02 21:32:22 +03:00
You can find more detailed [API documentation](https://godoc.org/google.golang.org/grpc) and examples in the [examples directory](examples/).
Status
------
2015-09-14 23:27:27 +03:00
Beta release