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

Transfer over websockets #199

Open
luk- opened this issue Apr 21, 2013 · 6 comments
Open

Transfer over websockets #199

luk- opened this issue Apr 21, 2013 · 6 comments

Comments

@luk-
Copy link

luk- commented Apr 21, 2013

at @Wayla, we're heavily using websockets for file uploads & downloads. I haven't been through all of the @tus docs yet, but has there been any discussion of using websockets for transport?

@felixge
Copy link
Contributor

felixge commented Apr 25, 2013

It's not entirely out of question, but I don't think it will be a priority for now. However, once we have an initial simple protocol we like, I'd love to review any proposals that extend things for websocket support.

@trickkiste
Copy link

What would be even better, would be an MQTT implementation of the TUS upload protocol. This would instantly allow uploading files to multiple targets at once!

Comes in handy, if you want some redundancy - e.g. multiple servers serving the same files.

@Acconut
Copy link
Member

Acconut commented Jun 7, 2020

Interesting idea! Are you saying that the client should talk to the server using MQTT? I have never used it so I honestly don't know how that works.

@trickkiste
Copy link

trickkiste commented Jun 7, 2020 via email

@Acconut
Copy link
Member

Acconut commented Jun 8, 2020

Thanks for the explanation, it seem as if MQTT offers some benefits. It would be interesting to dig further into this topic but I am unsure if it's really worth for now since tus over HTTP is already very powerful.

@Acconut Acconut transferred this issue from tus/tusd Sep 18, 2024
@Acconut
Copy link
Member

Acconut commented Sep 18, 2024

Moved this away from the tusd repository since this discussion is about the protocol itself instead of a specific implementation.

That being said, I am not convinced that data transfer over WebSockets provides much benefit compared to normal HTTP requests, especially when compared to the additional complexity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants