0

I am creating a Vuejs app with Vuex store, I would like to synchronise database in realtime, maybe using sockets.io or similar realtime engine. I am using Node as a server, MongoDB for Storage. Any recommendations? I don't want to pay for Firebase :| All Suggestions, are appreciated.

I tried to setup the environment, but I can use the help.

Waelio
  • 59
  • 1
  • 9
  • with mongodb you can listen for changes https://stackoverflow.com/questions/9691316/how-to-listen-for-changes-to-a-mongodb-collection – 1565986223 Apr 13 '19 at 12:36
  • I was hoping to trigger vuex getters or a similar functionality to reflect the changes for the connected clients, hence, sockets seemed like a solution – Waelio Apr 13 '19 at 12:46
  • Check out https://deepstreamhub.com it might provide what you're looking for and works with mongo. – TommyF Apr 14 '19 at 13:15
  • I’ll give it a try. Thanks – Waelio Apr 16 '19 at 01:31

0 Answers0