File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #
2+
3+ * [ Write a database from scratch] ( https://www.youtube.com/playlist?list=PLWRwj01AnyEtjaw-ZnnAQWnVYPZF5WayV )
4+
15##
26
37* Build Your Own Database From Scratch
Original file line number Diff line number Diff line change 1+ * [ Building a Redis clone in Zig, Codecrafters Challenge] ( https://www.youtube.com/playlist?list=PLYA3HD4nElQm-85mgLkpqaC8I7k-K-5iH )
Original file line number Diff line number Diff line change 1+ # Kademilia
2+
3+ * [ Distributed Hash Tables with Kademlia] ( https://codethechange.stanford.edu/guides/guide_kademlia.html#supporting-dynamic-leaves-and-joins )
4+
5+ * [ Kademlia, Explained] ( https://www.youtube.com/watch?v=1QdKhNpsj8M )
6+ * [ Playlist] ( https://www.youtube.com/playlist?list=PLiYqQVdgdw_sSDkdIZzDRQR9xZlsukIxD )
7+
8+ ###
9+
110You’re looking for a Kademlia DHT implementation in Golang. I’ll explain the key components and then provide an implementation outline.
211
312🔹 Key Components of Kademlia in Golang
You can’t perform that action at this time.
0 commit comments