jchen8tw / chatroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 70.9%Language:HTML 29.1%