0π
β
In your case I will recommend you to check Socket.io
, it will give you the possibility to push data from server to your front-end Vue app
at a specific event.
Check this article for more: https://medium.com/js-dojo/build-a-real-time-chat-app-with-vuejs-socket-io-and-nodejs-714c8eefa54e
Source:stackexchange.com