You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The concept behind tus is interesting, will check their algorithm and see if we can adopt / implement it while keeping the client lightweight. Thanks for the suggestion :)
Regarding topic from readme
Reliable connection/ Auto send accumulated offline messages when network resume (WIP)
Maybe its worth to have a look into the tus protocol standard if there are any further/usefull ideas/hints
This protocol is about dealing with the resume of uploads of files and
deals with a somehow similar problem.
https://tus.io/
protocol core and options:
https://tus.io/protocols/resumable-upload.html
js client:
https://github.com/tus/tus-js-client
node server
https://github.com/tus/tus-node-server
next version:
https://tus.io/blog/2022/02/24/tus-v2.html
The text was updated successfully, but these errors were encountered: