Hi All,
I want to use RAFT in one of my P2P application which works across the platform (android, windows and mac).
Is there any raft library in C++ which I can use for my purpose?
I tried using "Logcabin" but currently it supports only linux and not in any other platform. Other C++ library in github are almost obsolete.
I wanted to know if there is any reliable library, which I can use directly, or I have to write it from scratch! :-)
Thanks,
- MJ