UNPKG

@libp2p/floodsub

Version:

libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).

6 lines 211 B
/** * All Pubsub implementations must use this symbol as the name of a property * with a boolean `true` value */ export const pubSubSymbol = Symbol.for('@libp2p/pubsub'); //# sourceMappingURL=constants.js.map