feat(webrtc): Network category + user-chosen ICE servers & serverless manual mode - #64
Merged
Merged
Conversation
… manual mode Make the server fully optional and user-chosen for the P2P tools: - New 'Network' category (cyan) with a note explaining the limited/optional server involvement; move P2P File Transfer into it. (Re-applies the category change whose earlier push didn't land before the #63 merge.) - Custom STUN/TURN: users can enter their own ICE servers (ice.lib parseIceConfig / effectiveIceServers, tested); defaults to public STUN. A user TURN server fixes strict-NAT connections. - Manual (serverless) signaling: copy-paste offer/answer codes (manual-sdp.lib base64 encode/decode, tested; manual.ts non-trickle connection) — NO signaling server used at all. Automatic link mode remains the default. - Settings persisted to localStorage; Advanced panel in the tool. peer.ts now accepts custom iceServers. useFileTransfer supports both signaling modes. Durable Object relay verified end-to-end via local wrangler dev (roles, peer-joined, offer/answer relay, room-capacity). 539 tests, lint clean, build green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Builds on the P2P file transfer (#63) to make our server fully optional and user-chosen, and gives the P2P tools their own home.
Network category
User-chosen connection
ice.lib, tested)manual-sdp.lib+manual.ts, non-trickle ICE)Verification
wrangler dev: correct host/guest roles,peer-joined, offer/answer relay, and room-capacity (2) enforcement — all pass.Promotes to production together with #63 (file transfer reaches prod WITH user-choice connection options).
🤖 Generated with Claude Code