Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 859 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 859 Bytes

Chat App using Socket.io

This was a part of a guided project to learn how to use TCP connection using socket io.

Screenshot 2024-01-01 191457

Features

  • Users can log into different namespaces(Like discord server), (i.e. Wikipidea, Mozzila, etc.) contianing different chat rooms.
  • Multiple people are able to join the chat room and send messages.
  • In case a user is reconnecting we have a chat history feature to bring back previous chat history.
Screenshot 2024-01-01 191625

Whole UI code is written with the help of vanilla javascript only and for the backend servers we are using express.