Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.14 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.14 KB

Chat-Time!

Say Hi to Chat-Time, a chat application developed using Node, Express and Mongo DB.

This real-time chat application allows multiple users to enter a room and have a conversation!

Chat-Time was build using the power of Node JS and Websockets, which allowed the use of extensive Event Handlers to establish strong endpoints for effective communication.

The interface of this application was developed using HTML, CSS and Express to introduce dynamic and responsive webpages.

The core of this project is handled by MongoDB, accessed via Mongoose, to store user credentials in the database. This also helped develop a Log-In feature to the application, thereby providing added functionality.

In addition to these features, security is also implemented using the concepts of OAuth and every user's password is hashed using 8 rounds to provide extra security, thereby preventing a direct loss of any user's credentials during a potential breach of the database.

For seeing a live demo of this application, feel free to click the link mentioned below and have a great time chatting with all your friends!

Link: https://chat-time-shivam.herokuapp.com/