mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-09 07:17:56 -05:00
Update implementations (pubsub) (#103)
This commit is contained in:
@@ -21,12 +21,14 @@ You can find information about the PubSub research and notes in the following re
|
||||
- https://github.com/libp2p/research-pubsub
|
||||
- https://github.com/libp2p/pubsub-notes
|
||||
|
||||
Implementations:
|
||||
## Implementations
|
||||
- FloodSub, simple flooding pubsub (2017)
|
||||
- [libp2p/go-floodsub](https://github.com/libp2p/go-floodsub/pull/67), [libp2p/js-libp2p-floodsub](http://github.com/libp2p/js-libp2p-floodsub), [libp2p/rust-libp2p/floodsub](https://github.com/libp2p/rust-libp2p/tree/master/floodsub)
|
||||
- [libp2p/go-libp2p-pubsub/floodsub.go](https://github.com/libp2p/go-libp2p-pubsub/blob/master/floodsub.go);
|
||||
- [libp2p/js-libp2p-floodsub](http://github.com/libp2p/js-libp2p-floodsub);
|
||||
- [libp2p/rust-libp2p/floodsub](https://github.com/libp2p/rust-libp2p/tree/master/floodsub)
|
||||
- GossipSub, extensible baseline pubsub (2018)
|
||||
- [gossipsub](./gossipsub)
|
||||
|
||||
- [gossipsub](https://github.com/libp2p/specs/tree/master/pubsub/gossipsub#implementation-status)
|
||||
- [EpiSub](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/episub.md), an epidemic broadcast tree router (defined 2018, not yet started as of Oct 2018)
|
||||
|
||||
## The RPC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user