mirror of
https://github.com/vacp2p/libp2p-website.git
synced 2026-01-09 15:27:56 -05:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"id": "peer-routing",
|
|
"title": "Peer Routing",
|
|
"libs": [
|
|
{
|
|
"id": "libp2p-kad-dht 🔗",
|
|
"url": "https://github.com/libp2p/specs/blob/master/kad-dht/README.md",
|
|
"langs": {
|
|
"Go": {
|
|
"status": "Done",
|
|
"url": "https://github.com/libp2p/go-libp2p-kad-dht"
|
|
},
|
|
"Rust": {
|
|
"status": "Done",
|
|
"url": "https://github.com/libp2p/rust-libp2p/tree/master/protocols/kad"
|
|
},
|
|
"JavaScript (Node)": {
|
|
"status": "Done",
|
|
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/kad-dht"
|
|
},
|
|
"JavaScript (Browser)": {
|
|
"status": "Done",
|
|
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/kad-dht"
|
|
},
|
|
"Nim": {
|
|
"status": "Missing"
|
|
},
|
|
"C++": {
|
|
"status": "Done",
|
|
"url": "https://github.com/libp2p/cpp-libp2p/tree/master/src/protocol/kademlia"
|
|
},
|
|
"Swift": {
|
|
"status": "Usable",
|
|
"url": "https://github.com/swift-libp2p/swift-libp2p/tree/main/Sources/LibP2P/Routing"
|
|
},
|
|
"JVM": {
|
|
"status": "Done",
|
|
"url": "https://github.com/Peergos/nabu/blob/master/src/main/java/org/peergos/protocol/dht/Kademlia.java"
|
|
},
|
|
"Python": {
|
|
"name": "Python",
|
|
"status": "Missing"
|
|
},
|
|
"Erlang": {
|
|
"status": "Missing"
|
|
},
|
|
"Zig": {
|
|
"status": "Missing"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|