Add raft-core TypeScript implementation#221
Conversation
implementations.json
Outdated
| }, | ||
| { | ||
| "repoURL": "https://github.com/maboke123/raft-consensus-algorithm", | ||
| "name": "raft-core", |
There was a problem hiding this comment.
Please disambiguate the project name here, like "maboke123/raft-core" or "@maboke123/raft-core".
There was a problem hiding this comment.
Good catch, fixed it.
|
Hi @maboke123, sorry for my delay. That sounds pretty thorough! Do you have some screenshots? I'm lazy, and maybe others are too :) |
Good suggestion, I added some screenshots for the visualizer in the main readme. |
|
Thanks for merging btw! |
Looks really nice! I'm jealous 😄 |
Adding @maboke123/raft-core, a TypeScript implementation of Raft with:
Also includes a React devtools visualizer for observing live cluster state, elections, and message flow.