UNPKG

nodeway-raft

Version:

It is an implementation of the Raft consensus algorithm in Nodeway.

19 lines (13 loc) 564 B
# nodeway-raft: Raft Consensus Algorithm in Nodeway The nodeway-raft is an implementation of [The Raft Consensus Algorithm](http://raftconsensus.github.io/) in Nodeway. The Raft algorithm was developed by Diego Ongaro and John Ousterhout at Stanford University. Please refer to their excellent paper on Raft: ["In Search of an Understandable Consensus Algorithm"](https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf). ## Installing ``` # npm install nodeway-raft -g ``` ## License GPL © [May xiaoya zhang](john.zhang@yishizhencang.com)