Very interesting stuff ,
I'm following ipfs for a while now , and using the browser sessions as full nodes is an exciting idea.<p>One thing I wonder about ,
Is the browser -> ipfs node communication can be done via webrtc (I think the post refer to websocket)?<p>So the data sync can happen between browsers .<p>I did play with webtorrent for a while , and achieved a similar behavior using webrtc .
I had one nodejs server , and multiple browser sessions .
It worked well for video streaming peer to peer (poc level )