Files

101 lines
3.1 KiB
JSON

{
"id": "others",
"title": "Publish/Subscribe",
"libs": [
{
"id": "libp2p-floodsub",
"langs": {
"Go": {
"status": "Done",
"url": "https://github.com/libp2p/go-floodsub"
},
"Rust": {
"status": "Usable",
"url": "https://github.com/libp2p/rust-libp2p/tree/master/protocols/floodsub"
},
"JavaScript (Node)": {
"status": "Usable",
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/pubsub-floodsub"
},
"JavaScript (Browser)": {
"status": "Usable",
"url": "https://github.com/libp2p/js-libp2p/tree/master/packages/pubsub-floodsub"
},
"Nim": {
"status": "Done",
"url": "https://github.com/status-im/nim-libp2p/blob/unstable/libp2p/protocols/pubsub/floodsub.nim"
},
"C++": {
"status": "Missing"
},
"Swift": {
"status": "Usable",
"url": "https://github.com/swift-libp2p/swift-libp2p/tree/main/Sources/LibP2P/PubSub"
},
"JVM": {
"status": "Done",
"url": "https://github.com/libp2p/jvm-libp2p/tree/develop/libp2p/src/main/kotlin/io/libp2p/pubsub/flood"
},
"Python": {
"status": "Done",
"url": "https://github.com/libp2p/py-libp2p/blob/master/libp2p/pubsub/floodsub.py"
},
"Erlang": {
"status": "Missing"
},
"Zig": {
"status": "Missing"
}
}
},
{
"id": "libp2p-gossipsub 🔗",
"url": "https://github.com/libp2p/specs/tree/master/pubsub/gossipsub",
"langs": {
"Go": {
"status": "Done",
"url": "https://github.com/libp2p/go-libp2p-pubsub"
},
"Rust": {
"status": "Done",
"url": "https://github.com/libp2p/rust-libp2p/tree/master/protocols/gossipsub"
},
"JavaScript (Node)": {
"status": "Done",
"url": "https://github.com/ChainSafe/gossipsub-js"
},
"JavaScript (Browser)": {
"status": "Done",
"url": "https://github.com/ChainSafe/gossipsub-js"
},
"Nim": {
"status": "Done",
"url": "https://github.com/status-im/nim-libp2p/blob/unstable/libp2p/protocols/pubsub/gossipsub.nim"
},
"C++": {
"status": "Done",
"url": "https://github.com/libp2p/cpp-libp2p/tree/master/src/protocol/gossip"
},
"Swift": {
"status": "Usable",
"url": "https://github.com/swift-libp2p/swift-libp2p-core/tree/main/Sources/LibP2PCore/PubSub"
},
"JVM": {
"status": "Done",
"url": "https://github.com/libp2p/jvm-libp2p/tree/develop/libp2p/src/main/kotlin/io/libp2p/pubsub/gossip"
},
"Python": {
"status": "Done",
"url": "https://github.com/libp2p/py-libp2p/blob/master/libp2p/pubsub/gossipsub.py"
},
"Erlang": {
"status": "Missing"
},
"Zig": {
"status": "Missing"
}
}
}
]
}