mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add CoreOS raft implementation. (#1093)
This commit is contained in:
parent
83663fa5fe
commit
6f4aa6eb85
@ -352,6 +352,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [micro](https://github.com/micro/micro) - A pluggable microservice toolkit and distributed systems platform.
|
* [micro](https://github.com/micro/micro) - A pluggable microservice toolkit and distributed systems platform.
|
||||||
* [NATS](https://github.com/nats-io/gnatsd) - A lightweight, high performance messaging system for microservices, IoT, and cloud native systems.
|
* [NATS](https://github.com/nats-io/gnatsd) - A lightweight, high performance messaging system for microservices, IoT, and cloud native systems.
|
||||||
* [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.
|
||||||
|
* [raft](https://github.com/coreos/etcd/tree/master/raft#readme) - Go implementation of the Raft consensus protocol, by CoreOS.
|
||||||
* [sleuth](https://github.com/ursiform/sleuth) - A library for master-less p2p auto-discovery and RPC between HTTP services (using [ZeroMQ](https://github.com/zeromq/libzmq)).
|
* [sleuth](https://github.com/ursiform/sleuth) - A library for master-less p2p auto-discovery and RPC between HTTP services (using [ZeroMQ](https://github.com/zeromq/libzmq)).
|
||||||
* [torrent](https://github.com/anacrolix/torrent) - BitTorrent client package.
|
* [torrent](https://github.com/anacrolix/torrent) - BitTorrent client package.
|
||||||
* [dht](https://godoc.org/github.com/anacrolix/torrent/dht) - BitTorrent Kademlia DHT implementation.
|
* [dht](https://godoc.org/github.com/anacrolix/torrent/dht) - BitTorrent Kademlia DHT implementation.
|
||||||
|
Loading…
Reference in New Issue
Block a user