Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 219 Bytes

File metadata and controls

11 lines (5 loc) · 219 Bytes

Raft

This project implements the Raft protocol from scratch, based on the paper: https://raft.github.io/raft.pdf

Election(选举部分)

Future

1. 支持动态新增节点.