Release v1.0.0
Merge pull request #749 from menghanl/streams_in_serviceinfo

Split methods and streams in service info
tree: 18e7450d93c8118718bf7f1666da318473264036
  1. benchmark/
  2. codes/
  3. credentials/
  4. Documentation/
  5. examples/
  6. grpclog/
  7. health/
  8. internal/
  9. interop/
  10. metadata/
  11. naming/
  12. peer/
  13. reflection/
  14. stress/
  15. test/
  16. testdata/
  17. transport/
  18. .travis.yml
  19. backoff.go
  20. backoff_test.go
  21. balancer.go
  22. balancer_test.go
  23. call.go
  24. call_test.go
  25. clientconn.go
  26. clientconn_test.go
  27. codegen.sh
  28. CONTRIBUTING.md
  29. coverage.sh
  30. doc.go
  31. interceptor.go
  32. LICENSE
  33. Makefile
  34. PATENTS
  35. README.md
  36. rpc_util.go
  37. rpc_util_test.go
  38. server.go
  39. server_test.go
  40. stream.go
  41. trace.go
README.md

#gRPC-Go

Build Status GoDoc

The Go implementation of gRPC: A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. For more information see the gRPC Quick Start guide.

Installation

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:

$ go get google.golang.org/grpc

Prerequisites

This requires Go 1.5 or later .

Constraints

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, you need a discussion with gRPC-Go authors and consultants.

Documentation

See API documentation for package and API descriptions and find examples in the examples directory.

Status

Beta release