We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38663fa + dd824dd commit b94007bCopy full SHA for b94007b
implementations.json
@@ -263,6 +263,28 @@
263
"persistence": true
264
}
265
},
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
288
{
289
"repoURL": "https://github.com/Waqee/Raft-php",
290
"name": "Raft-php",
0 commit comments