A NodeJS and MongoDB real time chat application. This is my first attempt at Nodejs as well as mongodb
https://alastairschatroom.herokuapp.com/
- Different aspect ratios for mobile and web screens
- Auto scrolling when message is sent/recieved
- Enter button to send
- Clear button to delete all messages
- Clearing textbox on send
- Justify and allign the textbox
User has the choice to enter his/her name. When the user presses send button the text is sent to database. Once appended the database is searched for new messages and loading them into the div container. This makes sure the sent message is visible in the messages list only if it has been successfully sent.
Looking forward to collabourate Email- tanayshah@live.com
The tutorial followed for basic concepts is https://www.freecodecamp.org/news/simple-chat-application-in-node-js-using-express-mongoose-and-socket-io-ee62d94f5804/ Ps: quite a few additions have been made since