An open API service indexing awesome lists of open source software.

https://github.com/phxql/raft

Raft implementation in Java, for fun.
https://github.com/phxql/raft

Last synced: about 1 month ago
JSON representation

Raft implementation in Java, for fun.

Awesome Lists containing this project

README

          

# What is this?

A raft implementation in Java.

# Why?

Because I like such stuff.

# Can I use this?

Of course, but I don't recommend it. The code is rough and (with certainty) contains bugs.

# How did you do this?

Read the [whitepaper](https://raft.github.io/raft.pdf), start hacking.

# Does it work?

Yes, I think so.

# License

GPLv3