It's a Real-time chat web-application made using HTML, CSS and JavaScript for Frontend, mongodb for Database and Express.js for Backend.
This is a fully asynchronized website made using vanilla JavaScript(ES6).
Used fetch api for all the calls made to the server.
Check this out: https://letschat-sumanksah.herokuapp.com
1. mongodb - for handling CRUD operation
2. socket.io - for handling different sockets (users).
* Make an account from the signup page.
* Login with the same credentials from the home page.
* Click on Go Global Button and select the user.
* Click on Connect Button, this will add user to the list.
* Click on the User with whom you want to talk, from the sideNav bar.
* And Enjoy!!
* Work on responsive view.
* Secure Database.
* Encrypt Password before sending to the server.





