From 89270e2406fd6787f1b32fb893e48d0ba3aea747 Mon Sep 17 00:00:00 2001 From: Artem Timofeev Date: Sun, 16 Aug 2015 18:53:30 +0300 Subject: [PATCH] Add grpc-go to Distributed Systems section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3399cdd..25a242a 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-jump](https://github.com/dgryski/go-jump) - A port of Google's "Jump" Consistent Hash function. * [gorpc](https://github.com/valyala/gorpc) - Simple, fast and scalable RPC library for high load. +* [grpc-go](https://github.com/grpc/grpc-go) - The Go language implementation of gRPC. HTTP/2 based RPC. * [raft](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp.