cretz / webrtc-ipfs-signaling

Tech demo using JS-IPFS to do signaling for WebRTC
MIT License
59 stars 6 forks source link

Still working on this? #3

Open tobowers opened 4 years ago

tobowers commented 4 years ago

Are you still experimenting here? We have libp2p pubsub talking to js pretty well now after getting a few bug fixes merged.

cretz commented 4 years ago

I am not still working on this, it was just a proof of concept. I am glad to hear libp2p pubsub is working better in JS. Once I need js-to-js signalling again, I will definitely revisit.

marcoippolito commented 4 years ago

@tobowers I'm interested to understand how to use libp2p as signaling server. Do you have any concrete examples at hand?

tobowers commented 4 years ago

@tobowers I'm interested to understand how to use libp2p as signaling server. Do you have any concrete examples at hand?

@marcoippolito I don't sorry - I'm still interested in it though :). There are a few links around about getting rid of the star servers and using pubsub as signaling... but I haven't actively experimented at this point. My comment above is about libp2p pubsub which wasn't working go-to-js before.