All Projects → libp2p → js-libp2p-pubsub

libp2p / js-libp2p-pubsub

Licence: Unknown and 2 other licenses found Licenses found Unknown LICENSE Unknown LICENSE-APACHE MIT LICENSE-MIT
Pubsub base protocol for libp2p pubsub routers

Programming Languages

typescript
32286 projects

@libp2p/pubsub

libp2p.io IRC Discuss codecov CI

libp2p pubsub base class

Table of contents

Install

$ npm i @libp2p/pubsub

Usage

npm i libp2p-pubsub
import { PubSubBaseProtocol } from '@libp2p/pubsub'

class MyPubsubImplementation extends PubSubBaseProtocol {
  // .. extra methods here
}

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].