-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap for allowing browser-embedded nodes to connect to Substrate networks #547
Comments
I put that item here because it believe that it isn't super hard to implement. |
You could also do what js-libp2p does in their docs for the webrtc-star server, and provide a docker-compose file to automatically setup the reverse proxy. The nice thing is this way letsencrypt setup can be automated as well. |
We're already doing this for parity nodes, so this is probably the way to go instead of modifying the client. |
Since this issue has been opened, we realized that in the context of a browser extension, non-secure WebSockets worked. Therefore, another thing that can be considered is that nodes that nodes all listen through the WebSocket protocol by default, unless for example they were started using |
Hey, is anyone still working on this? Due to the inactivity this issue has been automatically marked as stale. It will be closed if no further activity occurs. Thank you for your contributions. |
Issue still relevant and important. |
ipfs/js-ipfs#611 seems like a big problem. |
Progress is done here: |
Would be closed by paritytech/substrate#12529 |
I don't know what the As a reminder, light clients have an undisclosed vulnerability that can only be fixed by WebRTC. I know that this has been waiting for years at this point, but just because it's been waiting for a long time doesn't mean that it should continue taking a long time. |
I think the label regarding urgency has been removed but it's still a high-priority task for us |
…ch#547) * Remove useless acccount * Remove useless basic conversion Co-authored-by: dmitrylavrenov <[email protected]>
Make it possible for node operators to attach a TLS certificate to their libp2p WebSocket server. I believe this can be done by adding a CLI option that passes a certificate.Add a WebRTC "client" in nodes.
Implement some mechanism for nodes to relay WebRTC SDPs, in other words to act as signalling servers. This point is quite vague and needs more thoughts.The text was updated successfully, but these errors were encountered: