We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
wtransport-elixir
Connection.send_datagram
Stream.send
The text was updated successfully, but these errors were encountered:
The underlying Rust library can initiate connections, but my Elixir bindings only focus on the server part and client initiated streams.
Apart from the Rust-based WTransport library, I don't know any other way to have a WebTransport client outside of a browser, sorry.
Sorry, something went wrong.
No branches or pull requests
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).wtransport-elixir
initiate connections and useConnection.send_datagram
/Stream.send
to act as an elixir based client?The text was updated successfully, but these errors were encountered: