Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 447 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 447 Bytes

chattyrooms

Simple chat app created by NodeJS, MongoDB, ExpressJS and Socket.IO

Screenshot of the chatting app

Features

  1. User authentication
  2. Create Public/Private Rooms
  3. Join and search for rooms

ToDo

  1. One to one chat
  2. Send images in chat
  3. Caching

Setup

  1. Clone the repo.
  2. npm install to install dependencies.
  3. npm start to start the application on 'localhost:3000'.