Hi, I am looking to add the ability to receive and send data to a WebTransport server via my IOS app. Im not sure if that's natively supported by the existing HTTP/3 integration or requires additional third-party integration?
Pretty much WebSockets but based on Quic...
My existing app used Socket.io but I experienced a lot of TCP related issues and I am looking for a better solution maybe using HTTP/3 (WebTransport) which is based on UDP to mitigate issues like high-latency, head of the line blocking, etc.
Topic:
Programming Languages
SubTopic:
Swift
Tags: