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

feat: add tus-uploads example #540

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

jdaly13
Copy link

@jdaly13 jdaly13 commented Sep 24, 2024

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

@Murderlon
Copy link

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.

@jdaly13
Copy link
Author

jdaly13 commented Sep 25, 2024

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.

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

Successfully merging this pull request may close these issues.

2 participants