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
2016-03-29 01:44:29 +03:00
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:
2015-02-06 04:14:05 +03:00
```
$ go get google.golang.org/grpc
```
2015-09-02 00:57:55 +03:00
Prerequisites
-------------
2016-03-29 01:44:29 +03:00
This requires Go 1.5 or later .
2015-09-02 00:57:55 +03:00
Constraints
-----------
2015-10-02 21:35:11 +03:00
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](http://godoc.org/google.golang.org/grpc?imports), you need a discussion with gRPC-Go authors and consultants.
Documentation
-------------
2015-10-02 21:36:57 +03:00
See [API documentation](https://godoc.org/google.golang.org/grpc) for package and API descriptions and find examples in the [examples directory](examples/).
Status
------
2015-09-14 23:27:27 +03:00
Beta release