-
Notifications
You must be signed in to change notification settings - Fork 29
SWIP-24: support communication through websockets #65
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
base: master
Are you sure you want to change the base?
Conversation
|
Update: With ports consistently reused between tcp and websocket underlays we can achieve derivation of websocket underlays from gossiped tcp underlays, that enables hive protocol to remain intact |
|
Update 2: It seems port reuse has some issues that make it less feasible as a long term solution, with requests hanging for 10 seconds periodically. Reopening this as a mid-term solution proposal |
|
being worked on here ethersphere/bee#5187 it would be good to align the specification here with that implementation |
Looking for a way to find bootnode wss underlay on testnet |
This Swarm Improvement Proposal attempts to address enabling browser-based libp2p nodes connectivity to the network and sum up the minimal set of required changes to the protocols involved in connectivity.