Hey!
While building my app I decided I could really benefit from a protocol like Tus, and was planning on integrating it into my existing Flask app using some existing package. While I found a package called Flask-Tus that seems to be what I’m looking for, that project hasn’t been maintained since 2016 and from what I understand that it no longer works (based on another post from this forum).
Is there a reliable tool out there for integrating Tus into an existing Flask app?
I read that tus-node-server does exactly what I’m aiming for, and it’s popular & well maintained. Something like this but for python based projects would be ideal!
P.s. I know the approach is usually to set up a dedicated Tus server, but due to limitations I am trying to avoid it..
Hey Merlijn, thanks for the quick answer!
That’s a bummer, I guess I’ll look for another solution.
One last thing, can I trust that the other solutions mentioned in Implementations | tus.io all work well? The Community section especially seems to have many projects that haven’t been touched in years. Flask-Tus for example doesn’t have a great reputation from what I’ve seen, and doesn’t work well in modern settings.
Even if some of these are not production grade that’s totally fine, but the official Tus website kind of makes it sound like they all are haha.
Note that no activity doesn’t equal bad. The protocol hasn’t changed since 2016 so it’s totally possible for a server that wasn’t updated to still work. That being said it could be that some community servers are broken in certain edge cases or don’t integrate in newer versions of a certain framework, we have no control over that.