Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

WebTransport support #37

Closed
bfelbo opened this issue Feb 13, 2024 · 1 comment
Closed

WebTransport support #37

bfelbo opened this issue Feb 13, 2024 · 1 comment

Comments

@bfelbo
Copy link

bfelbo commented Feb 13, 2024

Hi, thank you for this library!

WebTransport seems to be supported by Cronet as the WebTransport APIs are available in Chromium/Chrome since version 97. I was wondering if you have considered adding WebTransport to this library?

It'd be huge to add WebTransport support to help RN devs develop real-time apps and games! WebTransport is now supported by 76%+ of global devices and WebKit proclaimed their support of WebTransport so we might get Safari support this summer, which would make it supported across all major browsers. WebTransport is about to take off, and it'd be awesome to have support for it in RN!

@akshetpandey
Copy link
Owner

WT will be beyond the scope of this library.

Cronet/and native networking stack already provides the raw tcp/udp channels required to build WT. Theoretically someone can make a WT shim for RN, but that won't have much to do with cronet. Also when

It is of interest to browsers because they do not expose that to websites.

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

No branches or pull requests

2 participants