libp2p / research-pubsub

Research on PubSub algorithms for libp2p
https://github.com/libp2p/specs/tree/master/pubsub
MIT License
76 stars 6 forks source link

Tutorial: How to build an application with IPFS PubSub Room #18

Closed daviddias closed 7 months ago

daviddias commented 7 years ago

📣 @pgte just launched a new Tutorial that shows how to use PubSub in ipfs-pubsub-room 🎉

image

Watch the video here https://www.youtube.com/watch?v=Nv_Teb--1zg. Awesome work @pgte! I had a blast watching the tutorial! Lots of content packed in a short and well-paced video 👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽

Everyone is welcome to post feedback and questions

agahEbrahimi commented 6 years ago

Hello @diasdavid I watched the video and followed the instructions step by step and even copied in the code from the repo, but the clients don't recognize the other peers joining the room. It initializes the IPFS node correctly and gives me IPFS node ready with address QmXngKRqUJJpdz4fpi6aUCxqtofaTXGL4xbT9Hstc1V4pJ as a message but nothing afterwards. How can this be fixed? Thank you

Juanperezc commented 5 years ago

I have the same issue

daviddias commented 5 years ago

@agahEbrahimi @Juanperezc I'm afraid that the base code might be completely out of date with all the latest releases.

@pgte @pkafei can you look into this?

pgte commented 5 years ago

On it

pgte commented 5 years ago

@agahEbrahimi @Juanperezc updated dependencies: https://github.com/ipfs-shipyard/ipfs-pubsub-room-demo/commit/93188cc81bf64c3877f74c933fe887aab0d38643

After updating dependencies, I recompiled the app and tried it, and everything seams to be running ok. Please tell me if this doesn't work for you. Thank you!