Skip to content
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

Support Webtransport #1806

Open
Craigzyc opened this issue Sep 15, 2023 · 1 comment
Open

Support Webtransport #1806

Craigzyc opened this issue Sep 15, 2023 · 1 comment
Labels

Comments

@Craigzyc
Copy link

Is your feature request related to a problem? Please describe.
I'm having issues with websockets being blocked a fair bit. Adding webtransport would give an alternative connection method to try

Describe the solution you'd like
Add webtransport, similar to how socket.io has just done

Describe alternatives you've considered
We have tried everything else we can to fix this one these limited corporate networks but its always a hassle if it can be fixed

Additional context
https://developer.mozilla.org/en-US/docs/Web/API/WebTransport

@CendioOssman
Copy link
Member

I'm not sure WebTransport would be a good solution for that issue. It's even more exotic than WebSocket, and even requires HTTP/3 which doesn't even use TCP.

It's something we could consider adding in the future, but it looks a bit fresh at the moment. It's not supported by Safari, or Firefox ESR yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants