2017-01-30 23:06:28 +00:00
|
|
|
#gRPC-Go experimental branch
|
2015-09-22 12:48:04 +00:00
|
|
|
|
2017-01-30 23:06:28 +00:00
|
|
|
This is an in-development experimental branch of https://github.com/grpc/grpc-go
|
2015-09-22 12:48:04 +00:00
|
|
|
|
2017-01-30 23:06:28 +00:00
|
|
|
This branch seeks to understand how much code be deleted and replaced with
|
|
|
|
Go's native HTTP/2 implementation. (Preliminary prototypes suggest most of it.)
|
2015-09-22 12:48:04 +00:00
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
2017-01-30 23:06:28 +00:00
|
|
|
For development convenience (but not user convenience), the Go package path for this
|
|
|
|
repositor is unchanged. You can not fetch it with `go get`. You just `git clone` it to
|
|
|
|
`$GOPATH/src/google.golang.org/grpc` manually.
|
2015-09-22 12:48:04 +00:00
|
|
|
|
2016-04-30 02:21:46 +00:00
|
|
|
Prerequisites
|
|
|
|
-------------
|
|
|
|
|
2017-01-30 23:06:28 +00:00
|
|
|
This requires Go 1.7 or later.
|
2015-09-22 12:48:04 +00:00
|
|
|
|
|
|
|
Status
|
|
|
|
------
|
2017-01-30 23:06:28 +00:00
|
|
|
An experiment.
|
|
|
|
|
|
|
|
Bugs, discussion
|
|
|
|
----------------
|
2015-09-22 12:48:04 +00:00
|
|
|
|
2017-01-30 23:06:28 +00:00
|
|
|
Let's just use this issue tracker for now: https://github.com/bradfitz/grpc-go/issues
|