amplify-edge / sys

system
Apache License 2.0
0 stars 2 forks source link

tusd web file upload and download #102

Open joe-getcouragenow opened 3 years ago

joe-getcouragenow commented 3 years ago

Our current file upload / download mechanism uses GRPC, but not chunking. SO using tusd might be a better option

We should try tusd golang server with flutter client again as it works now: https://github.com/jjmutumi/tus_client/issues/6

This will make many other things easier i suspect too.