▲ | jeffadelic 6 days ago | |
Read the research paper about the Chord algorithm: https://pdos.csail.mit.edu/papers/chord:sigcomm01/chord_sigc..., then implement the algorithm on your own (paper contains pseudo code). Or start here, generally read high level details about the algorithm: https://en.wikipedia.org/wiki/Chord_(peer-to-peer). | ||
▲ | advanderveer 5 days ago | parent | next [-] | |
So cool to read this, it is how i started! | ||
▲ | mrcode007 6 days ago | parent | prev [-] | |
I second this advice. Chord is a very good place to start |