/webChat

Primary LanguageJavaScript

WebChat.

Implemented Pug, Socket.io, MongoDB to create the chatting app. Consistently tracking the chatting data by fetching it from the database and sorted it out by its createdAt time. Identifying the user through req.sessionID and color-hash.

Skills.

  • Socket.io
  • Pug
  • MongoDB
  • CSS

To Use It.

  1. Git clone
  2. npm install
  3. npm start (localhost:8005)
  4. start the localhost:8005 on chrome and safari separtely.