The PubSub implementation for go-libp2p https://github.com/libp2p/specs/tree/master/pubsub
Go to file
Jan Winkelmann 539e4b6b45 longer sleep in test so race becomes less likely 2016-11-18 02:23:38 +01:00
.gx Publish 0.8.0 2016-11-17 23:46:52 +01:00
pb use timecache 2016-09-10 20:47:12 -07:00
.gitignore gx publish v0.5.0 2016-09-14 15:27:34 -07:00
.travis.yml move code to libp2p repo 2016-09-12 20:10:48 -07:00
LICENSE use timecache 2016-09-10 20:47:12 -07:00
Makefile use timecache 2016-09-10 20:47:12 -07:00
README.md Standardized Readme 2016-09-27 10:23:23 -04:00
comm.go update dependencies 2016-10-05 12:47:20 -07:00
floodsub.go make Subscribe go through SubscribeByTopicDescriptor 2016-11-18 02:23:38 +01:00
floodsub_test.go longer sleep in test so race becomes less likely 2016-11-18 02:23:38 +01:00
notify.go update dependencies 2016-10-05 12:47:20 -07:00
package.json Publish 0.8.0 2016-11-17 23:46:52 +01:00
subscription.go multiple subscriptions prototype 2016-11-18 02:23:38 +01:00

README.md

go-floodsub

A flooding pubsub system.

Table of Contents

Install

go get libp2p/go-floodsub

Usage

TODO

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