Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 492 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 492 Bytes

HyperChat

A chat application.

Tech. Stack

  • React.js ( + redux )
  • Node.js
  • Express.js
  • MongoDB
  • Socket.io

Functionalities

  • Create channel ( group )
  • Send message in channel/personal
  • Edit and delete message as in slack.
  • 'Seen' and 'Delivered' features as in whatsapp. Timestamp of when the message was sent and received is visible.
  • Shows if the other person is online, last seen if offline.
  • Shows if the other person is typing a message like whatsapp and slack does.