Skip to content
forked from grpc/grpc-go

The Go language implementation of gRPC. HTTP/2 based RPC

License

Notifications You must be signed in to change notification settings

aaronjheng/grpc-go

This branch is 3722 commits behind grpc/grpc-go:master.

Folders and files

NameName
Last commit message
Last commit date
May 12, 2016
Aug 10, 2016
Mar 24, 2015
Sep 6, 2016
Jul 29, 2016
Feb 1, 2016
Jul 28, 2016
Feb 25, 2016
Sep 9, 2016
Jul 27, 2016
May 26, 2016
Jan 7, 2016
Jul 28, 2016
Jun 29, 2016
Sep 2, 2016
Nov 11, 2015
Sep 13, 2016
Aug 18, 2016
Mar 24, 2016
Feb 6, 2015
Jun 9, 2016
Jun 3, 2016
Aug 19, 2016
Jun 3, 2016
Aug 9, 2016
Sep 8, 2016
Aug 16, 2016
Sep 2, 2016
Aug 18, 2016
Sep 12, 2016
Sep 12, 2016
Jun 24, 2015
Dec 18, 2015
Feb 19, 2016
Aug 26, 2016
Sep 2, 2016
Sep 2, 2016
Sep 2, 2016
Jul 28, 2016
Sep 2, 2016
Jun 1, 2016

Repository files navigation

#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

GA

About

The Go language implementation of gRPC. HTTP/2 based RPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.0%
  • Protocol Buffer 6.5%
  • Other 0.5%