Merge pull request #470 from valyala/patch-1

Added gorpc to distributed systems
This commit is contained in:
Duke 2015-06-30 21:46:45 -03:00
commit b618d5797f

View File

@ -262,6 +262,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Packages that help with building Distributed Systems.* *Packages that help with building Distributed Systems.*
* [goraft](https://github.com/goraft/raft) - A Go implementation of the Raft distributed consensus protocol. * [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. * [raft](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp.