Skip to content
New issue

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

Add support for WebTransport #386

Open
tausifcreates opened this issue Dec 21, 2023 · 2 comments
Open

Add support for WebTransport #386

tausifcreates opened this issue Dec 21, 2023 · 2 comments
Labels
engine.io feature New feature or request

Comments

@tausifcreates
Copy link

Since Nodejs socket io server now supports web transport, is it planned to add its support in rust-socketio?
This crate can be used since it provides a WebTransport client: https://github.com/BiagioFesta/wtransport

@1c3t3a
Copy link
Owner

1c3t3a commented Dec 22, 2023

This sounds interesting, thanks for brining it up! Should be "fairly" easy to add by extending our TransportType. This is done by creating a type representing a WebTransport communication and implementing the Transport trait.

@1c3t3a 1c3t3a added feature New feature or request engine.io labels Dec 22, 2023
@tausifcreates
Copy link
Author

@1c3t3a Thanks for considering 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine.io feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants