1👍
Once you have your SPA hydrated, there is no way to re-render on the server without nuking all of it with a hard refresh. So yeah, websockets are probably the best way but others solutions exist too: https://stackoverflow.com/a/74405860/8816585
Those tools are meant for that and work well so use them.
- [Vuejs]-Combine Flux (vuex) store with global event bus?
- [Vuejs]-Fetch data from MySQL database in Nuxt.js 3
Source:stackexchange.com