The PubSub implementation for go-libp2p
https://github.com/libp2p/specs/tree/master/pubsub
f31593e883 | ||
---|---|---|
.gx | ||
ci | ||
pb | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
Makefile | ||
README.md | ||
codecov.yml | ||
comm.go | ||
floodsub.go | ||
floodsub_test.go | ||
gossipsub.go | ||
gossipsub_test.go | ||
mcache.go | ||
mcache_test.go | ||
notify.go | ||
package.json | ||
pubsub.go | ||
randomsub.go | ||
sign.go | ||
sign_test.go | ||
subscription.go |
README.md
go-libp2p-pubsub
A pubsub system with flooding and gossiping variants.
PubSub is a work in progress, with floodsub as an initial protocol, followed by gossipsub (spec, gossipsub.go).
Table of Contents
Install
go get github.com/libp2p/go-libp2p-pubsub
Usage
To be used for messaging in p2p instrastructure (as part of libp2p) such as IPFS, Ethereum, other blockchains, etc.
Implementations
See libp2p/specs/pubsub#Implementations.
Contribute
Contributions welcome. Please check out the issues.
Check out our contributing document for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS Code of Conduct.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT © Jeromy Johnson