Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.02 KB

Chat-Application

Developed a chat application that would allow multiple users to connect over a given room with their preferred username to share messages and their location details.

Link to the demo video here

Link to the Chat Application here

Features

  • Allows multiple users to connect and share messages and locations via the chat application.
  • Allows users to join any room of their choice
  • Allows users to select any username that is not already in use in a particular room.
  • Keeps track of the users joining or leaving the chat room and displays a suitable message accordingly.
  • Provides the feature of autoscrolling whenever a new message arrives in the recent chat.
  • Shows the list of all the users of a room in the sidebar.
  • Responsive UI, flexible on both desktop and mobile phones.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • jQuery
  • Socket.io
  • Nodejs
  • Express
  • Mustache.js