SWIP-24: support communication through websockets#65
Open
lat-murmeldjur wants to merge 5 commits intoethersphere:masterfrom
Open
SWIP-24: support communication through websockets#65lat-murmeldjur wants to merge 5 commits intoethersphere:masterfrom
lat-murmeldjur wants to merge 5 commits intoethersphere:masterfrom
Conversation
Author
|
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 |
Author
|
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 |
4 tasks
Member
|
being worked on here ethersphere/bee#5187 it would be good to align the specification here with that implementation |
Author
Looking for a way to find bootnode wss underlay on testnet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.