pubsub
Decentralized Real-Time Collaborative Documents – Conflict-free editing in the browser using js-ipfs and CRDTs
With the introduction of IPFS PubSub, it became possible for IPFS nodes to declare shared pubsub topics, broadcasting updates in real-time to other nodes in the network that hav…
Distributed pubsub primitives for js-ipfs in the Browser
IPFS pubsub was first introduced in September 2016 behind an experimental flag. This initial implementation allowed orbit, a chat application built on top of IPFS, to become ful…
Take a look at pubsub on IPFS
We recently merged a simple, experimental pubsub implementation into IPFS. This implementation is just a beginning. It is far from the performance and security goals we will ach…