You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multi Chat Single Page Application made with Node.js, Socket.io, Vue.js and other node packages
Run npm install and then gulp (or npm install, webpack, node index)
In www_server/db.js you need to add link to your MongoDB in line 3:
mongoose.connect('mongo url');
About
Multi Chat Single Page Application made with Node.js, Socket.io, Vue.js, Require.js, Express and Weback