Skip to content

Commit

Permalink
Add RaftChat implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
highcloud100 committed Nov 28, 2024
1 parent 38663fa commit b7397ed
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions implementations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2782,5 +2782,27 @@
"logCompaction": true,
"persistence": true
}
},
{
"repoURL": "https://github.com/TEAM-paxos/RaftChat",
"name": "RaftChat",
"authors": [
{
"name": "SoonWon Moon",
"github": "https://github.com/damhiya"
},
{
"name": "Bumsung Baek",
"github" : "https://github.com/highcloud100"
}
],
"language": "Rust",
"license": "MIT",
"features": {
"basic": true,
"membershipChanges": false,
"logCompaction": false,
"persistence": false
}
}
]

0 comments on commit b7397ed

Please sign in to comment.