/chatroom

Primary LanguageJavaScript

Ric's Chat

Simple chat app that uses MongoDB(mongoose) and Socket.io

Install Dependencies

npm install

Configure App (!Important!)

  • Create an account and sign in on mLab.
  • Create a new MongoDB Deployment.
  • Within the MongoDB Deployment under the User panel, add a new database user.
  • Go to server.js and replace <MLAB_MONGODB_URL> with the MongoDB url provided on the website.

Run App

npm start # then visit localhost:3000