diff --git a/implementations.json b/implementations.json index 30746c1..82d2145 100644 --- a/implementations.json +++ b/implementations.json @@ -263,6 +263,28 @@ "persistence": true } }, + { + "repoURL": "https://github.com/TEAM-paxos/RaftChat", + "name": "RaftChat", + "authors": [ + { + "name": "SoonWon Moon", + "github": "damhiya" + }, + { + "name": "Bumsung Baek", + "github": "highcloud100" + } + ], + "language": "Rust", + "license": "MIT", + "features": { + "basic": true, + "membershipChanges": false, + "logCompaction": false, + "persistence": false + } + }, { "repoURL": "https://github.com/Waqee/Raft-php", "name": "Raft-php",