Skip to content

Commit b7397ed

Browse files
author
highcloud100
committed
Add RaftChat implementation
1 parent 38663fa commit b7397ed

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

implementations.json

+22
Original file line numberDiff line numberDiff line change
@@ -2782,5 +2782,27 @@
27822782
"logCompaction": true,
27832783
"persistence": true
27842784
}
2785+
},
2786+
{
2787+
"repoURL": "https://github.com/TEAM-paxos/RaftChat",
2788+
"name": "RaftChat",
2789+
"authors": [
2790+
{
2791+
"name": "SoonWon Moon",
2792+
"github": "https://github.com/damhiya"
2793+
},
2794+
{
2795+
"name": "Bumsung Baek",
2796+
"github" : "https://github.com/highcloud100"
2797+
}
2798+
],
2799+
"language": "Rust",
2800+
"license": "MIT",
2801+
"features": {
2802+
"basic": true,
2803+
"membershipChanges": false,
2804+
"logCompaction": false,
2805+
"persistence": false
2806+
}
27852807
}
27862808
]

0 commit comments

Comments
 (0)