Simple chat app created by NodeJS, MongoDB, ExpressJS and Socket.IO
- User authentication
- Create Public/Private Rooms
- Join and search for rooms
- One to one chat
- Send images in chat
- Caching
- Clone the repo.
npm install
to install dependencies.npm start
to start the application on 'localhost:3000'.