I have been successfully using https://webtransport.day/ as a client to test wtransport-elixir as a server. I am well versed in JavaScript and don't see a huge leap to implementing a custom browser based client (https://developer.mozilla.org/en-US/docs/Web/API/WebTransport).
- Can
wtransport-elixir initiate connections and use Connection.send_datagram/Stream.send to act as an elixir based client?
- If so, what are some good patterns for doing so?
- If not, do you have any suggestions for other libraries or tools to act as an elixir based WebTransport client?
I have been successfully using https://webtransport.day/ as a client to test
wtransport-elixiras a server. I am well versed in JavaScript and don't see a huge leap to implementing a custom browser based client (https://developer.mozilla.org/en-US/docs/Web/API/WebTransport).wtransport-elixirinitiate connections and useConnection.send_datagram/Stream.sendto act as an elixir based client?