Files
libp2p-website/data/implementations/record_stores.json
Danny Salman 5ae89eab61 Update Implementations page & general tweaks (#143)
* update transport implementations

* move quic to steam mux, template for steam mux, category change

* update muxers, channels

* nats, discov, edits

* closes #73; statement update

* add title, interface, some impl updates for util, pub/sub + more

* closes #63; clarify legend and source code. bubble already shows github logo

* closes #62; add link to site source code

* general impl updates + edits

* edits

* edits

* edits

* edits

* edits

* impl updates + edits

* update titles, edits, content routing

* change transmission back to transports

* column

* edits

* edits

* add zig placeholders

* rmv spdy

* edits

* rmv muxado

* edits

* add swift

* change 'full spec' to 'supported implementations'

* Apply suggestions from code review

Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com>

* rmv interfaces

* edits

* update go links

* Apply suggestions from code review

Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com>

Co-authored-by: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com>
2022-09-06 14:35:31 -04:00

61 lines
1.3 KiB
JSON

{
"id": "record-stores",
"title": "Storage",
"libs": [
{
"id": "libp2p-record",
"langs": [
{
"name": "JavaScript",
"status": "Usable",
"url": "https://github.com/libp2p/js-libp2p-record"
},
{
"name": "Go",
"status": "Done",
"url": "https://github.com/libp2p/go-libp2p-record"
},
{
"name": "C#",
"status": "Unstable",
"url": "https://github.com/libp2p/cs-libp2p-record"
},
{
"name": "Rust",
"status": "Unstable",
"url": "https://github.com/libp2p/rust-libp2p/tree/master/protocols/kad"
},
{
"name": "Swift",
"status": "Usable",
"url": "https://github.com/swift-libp2p/swift-libp2p-core/tree/main/Sources/LibP2PCore/Record"
},
{
"name": "Python",
"status": "Missing"
},
{
"name": "C++",
"status": "Done"
},
{
"name": "JVM",
"status": "Missing"
},
{
"name": "Nim",
"status": "Missing"
},
{
"name": "Erlang",
"status": "Missing"
},
{
"name": "Zig",
"status": "Missing"
}
]
}
]
}