mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-07 07:13:13 +00:00
Merge pull request #79 from jamesray1/patch-1
Add and update info on gossipsub and implementations
This commit is contained in:
commit
8524f0abc7
10
README.md
10
README.md
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
> A flooding pubsub system.
|
> A flooding pubsub system.
|
||||||
|
|
||||||
|
PubSub is a work in progress, with [floodsub](https://github.com/libp2p/go-floodsub/) as an initial protocol, followed by gossipsub, which is an alpha release as of May 2018.
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- [Install](#install)
|
- [Install](#install)
|
||||||
@ -25,6 +27,14 @@ go get github.com/libp2p/go-floodsub
|
|||||||
TODO
|
TODO
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Implementations
|
||||||
|
|
||||||
|
See [this issue](https://github.com/libp2p/go-floodsub/issues/77) for an introduction to pubsub, gossipsub and floodsub, which is in the repo for go-floodsub. A PR for gossipsub with Go is [here](https://github.com/libp2p/go-floodsub/pull/67); see [gerbil-simsub](https://github.com/vyzo/gerbil-simsub) for a high-level literate specification.
|
||||||
|
|
||||||
|
The rust-libp2p implementation of floodsub is [here](https://github.com/libp2p/rust-libp2p/search?utf8=%E2%9C%93&q=floodsub&type=). Work is in progress on a gossipsub implementation for Rust with @jamesray1 from Drops of Diamond (which is developing sharding for Ethereum).
|
||||||
|
|
||||||
|
Here is a [Javascript](http://github.com/libp2p/js-libp2p-floodsub) implementation of floodsub.
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
Contributions welcome. Please check out [the issues](https://github.com/libp2p/go-floodsub/issues).
|
Contributions welcome. Please check out [the issues](https://github.com/libp2p/go-floodsub/issues).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user