Websockets & MongoDB
Installation guide npm init
Dependecies MongoDB driver socket.io
yarn add mongodb socket.io --save
To run this app yarn install yarn start
open two windows(click index.html twice) to test the chat app
Problems that you may encounter install a mongodb version lower than 3 as you may encounter db.collection error in the server.js file
This Tutorial is based on the Brad Traversy (Traversy Media) tutorial on using socket.io & mongoDB as learning guide
links https://www.youtube.com/watch?v=hrRue5Rt6Is https://github.com/bradtraversy/mongochat