WICG Direct Sockets exposes TCPServerSocket , UDPSocket, and TCPSocket in an Isolated Web App, on Chromium-based browsers.
I've successfully created an HTTP and WebSocket server using only JavaScript shipped in the browser - other than the above interfaces exposed in an IWA.
Can this library be used with WICG Direct Sockets for a WebTransport (HTTP, HTTP/2, HTTP/3, h2c) server?
WICG Direct Sockets exposes
TCPServerSocket,UDPSocket, andTCPSocketin an Isolated Web App, on Chromium-based browsers.I've successfully created an HTTP and WebSocket server using only JavaScript shipped in the browser - other than the above interfaces exposed in an IWA.
Can this library be used with WICG Direct Sockets for a WebTransport (HTTP, HTTP/2, HTTP/3, h2c) server?