Multiplayer WebTransport backend - #1493
Draft
rutmanz wants to merge 6 commits into
Draft
Conversation
rutmanz
requested review from
PepperLola,
azaleacolburn and
elliefre
and removed request for
a team
August 11, 2026 07:33
rutmanz
marked this pull request as draft
August 11, 2026 07:35
Member
Author
|
This code is largely Claude's and has not yet been reviewed (particularly the rust), which is why it's a draft |
rutmanz
force-pushed
the
zachr/261/multiplayer-webtransport
branch
3 times, most recently
from
August 11, 2026 07:42
4be5969 to
f498559
Compare
rutmanz
force-pushed
the
zachr/261/multiplayer-webtransport
branch
from
August 11, 2026 07:45
f498559 to
3364a88
Compare
azaleacolburn
force-pushed
the
zachr/261/multiplayer-webtransport
branch
from
August 12, 2026 15:40
d9b5be7 to
e0926ca
Compare
azaleacolburn
force-pushed
the
zachr/261/multiplayer
branch
from
August 12, 2026 23:08
ac21456 to
fb3a3a6
Compare
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.
Task
SYNTH-
Symptom
Switches from WebSocket to WebTransport, a protocal that is faster, more flexible, and less stupid certificate-wise than WebSockets. This allows sending UDP datagrams for maximum speed and other QUIC features for faster reliable packets.
Solution
Verification
Before merging, ensure the following criteria are met:
Stack created with GitHub Stacks CLI • Give Feedback 💬