From 50105b9887e19c366a1c1b10cda67492170cd40f Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 30 Jun 2015 22:08:02 +0300 Subject: [PATCH] Added gorpc to distributed systems --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aaf9c14f..8f941968 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Packages that help with building Distributed Systems.* * [goraft](https://github.com/goraft/raft) - A Go implementation of the Raft distributed consensus protocol. +* [gorpc](https://github.com/valyala/gorpc) - Simple, fast and scalable RPC library for high load. * [raft](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp.