DEV Community

Discussion on: Best way to manage new versions of my project making sure all client sessions are updated to latest version ?

Collapse
 
rhymes profile image
rhymes

What if you send an update message through a websocket/SSE from the server to the client? Then you tell the user about the new update saying "new features are available, please refresh".

Something like that

Thread Thread
 
luigi_leano profile image
Luis Uriel Leaño

Yeah that is what we actually have implemented, it works ! Thank you so much.

Thread Thread
 
rhymes profile image
rhymes

You should write an article about it :D

Thread Thread
 
luigi_leano profile image
Luis Uriel Leaño

Sounds good , i will do it. Wait for it ;)