examples icon indicating copy to clipboard operation
examples copied to clipboard

feat: add tus-uploads example

Open jdaly13 opened this issue 1 year ago • 2 comments

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

jdaly13 avatar Sep 24 '24 03:09 jdaly13

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.

Murderlon avatar Sep 25 '24 08:09 Murderlon

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.

jdaly13 avatar Sep 25 '24 14:09 jdaly13