node-raft-redis

Consensus for node microservices, based on a simplified version of the [raft algorithm](https://raft.github.io/). Requires redis as a medium. Features automatic discovery of the services of same kind. Selects one instance of a microservice as leader. For

raft-logic

Node.js wrapper around a WASM build of tikv/raft-rs (via wasm-bindgen).