feat: add tus-uploads example
This Remix example(s) is to help other developers use the Tus-protocol to implement resumable file uploads in a remix application using the tus-js client and setting up server side endpoints and handlers for resumable uploads to either a google cloud bucket or a local file system
Hi, as the maintainer of tus-node-server, I can say this is unfortunately massively overcomplicated, both on the client and the server. I appreciate the effort but I think it's best if I make an example first inside the readme if @tus/server.
Hi, as the maintainer of tus-node-server, I can say this is unfortunately massively overcomplicated, both on the client and the server. I appreciate the effort but I think it's best if I make an example first inside the readme if
@tus/server.
The goal of the PR, is to use the tus-protocol in a remix application even in non-node JS environments as well, so it doesn't require something like the express adapter which tus/server is tightly coupled to.