Looking for a TypeScript Implementation of Raft

1 points by plandoin ↗ HN
Hi,

I am looking for a TypeScript implementation of RAFT that would be open-source, fast, production-ready (not just experimental) and with a "lean" codebase (i.e. short and human-readable). Does anyone have this on hand? I know, that's a lot to ask. But hey, nothing ventured, nothing gained. :-)

1 comment

[ 2.1 ms ] story [ 15.4 ms ] thread
Hey,

you could inspire yourself by hashicorps raft implementation written in go and build one for typescript. Code is quite good to read and Go ins't that far away from typescript.

https://github.com/hashicorp/raft