Files
libp2p-website/data/implementations/record_stores.json

52 lines
1.4 KiB
JSON

{
"id": "record-stores",
"title": "Storage",
"libs": [
{
"id": "libp2p-record",
"langs": {
"Go": {
"status": "Done",
"url": "https://github.com/libp2p/go-libp2p-record"
},
"Rust": {
"status": "Unstable",
"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/src/record"
},
"JavaScript (Browser)": {
"status": "Done",
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/kad-dht/src/record"
},
"Nim": {
"status": "Done",
"url": "https://github.com/status-im/nim-libp2p/blob/unstable/libp2p/peerstore.nim"
},
"C++": {
"status": "Done"
},
"Swift": {
"status": "Usable",
"url": "https://github.com/swift-libp2p/swift-libp2p-core/tree/main/Sources/LibP2PCore/Record"
},
"JVM": {
"status": "Done",
"url": "https://github.com/Peergos/nabu/blob/master/src/main/java/org/peergos/protocol/dht/RecordStore.java"
},
"Python": {
"status": "Missing"
},
"Erlang": {
"status": "Missing"
},
"Zig": {
"status": "Missing"
}
}
}
]
}