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.