I’m trying to write the simplest POC for PubSub using one node as command line IPFS and the other as Web app node. The source code is available with simple breakdown:
run-daemon.sh - run the command line daemon with pubsub experiment.
I’ve followed the readme in js-ipfs/examples/exchange-files-in-browser/, specifically running ipfs config Addresses.Swarm "[\"/ip4/0.0.0.0/tcp/9999/ws\"]" --json on my command line daemon and adding