Skip to content

Commit b94007b

Browse files
authored
Merge pull request #208 from highcloud100/main
Add RaftChat implementation
2 parents 38663fa + dd824dd commit b94007b

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
@@ -263,6 +263,28 @@
263263
"persistence": true
264264
}
265265
},
266+
{
267+
"repoURL": "https://github.com/TEAM-paxos/RaftChat",
268+
"name": "RaftChat",
269+
"authors": [
270+
{
271+
"name": "SoonWon Moon",
272+
"github": "damhiya"
273+
},
274+
{
275+
"name": "Bumsung Baek",
276+
"github": "highcloud100"
277+
}
278+
],
279+
"language": "Rust",
280+
"license": "MIT",
281+
"features": {
282+
"basic": true,
283+
"membershipChanges": false,
284+
"logCompaction": false,
285+
"persistence": false
286+
}
287+
},
266288
{
267289
"repoURL": "https://github.com/Waqee/Raft-php",
268290
"name": "Raft-php",

0 commit comments

Comments
 (0)