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

Reliable connection/ Auto send accumulated offline messages when network resume (WIP) #12

Open
hpvd opened this issue Aug 8, 2022 · 1 comment

Comments

@hpvd
Copy link

hpvd commented Aug 8, 2022

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

@beenotung
Copy link
Owner

beenotung commented Aug 8, 2022

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 :)

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

No branches or pull requests

2 participants