# RaftRPC **Repository Path**: learn_nzl/RaftRPC ## Basic Information - **Project Name**: RaftRPC - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-07 - **Last Updated**: 2021-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Raft算法Go代码实现分布式选举(RPC通信) ## Raft是consoul和etcd的核心算法 算法介绍网址:https://www.tianyuan.fun/posts/golang/raft.html ## 使用指南 ### 下载 git clone git@github.com:Solost23/RaftRPC.git ### 编译 go build ### 执行 #### Mac/Unix: ./RaftRPC #### Windows: RaftRPC.exe