Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 654 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 654 Bytes

Chat-App

A simple chat messenger having group chat as well as private messaging functionality using NodeJS and Socket.io

Basic Functionalities

1.Username Validation(Shows error if username is already present).
2.Flash message appers when a user comes online or goes offline.
3.Displays all the online users.
4.Private messaging functionality(whisper) - syntax: "/w "
5.Shows error when wrong username is entered in a private message and when a blank string is sent a message.

Things to be added in future

1.Separate dialog box for private chat.
2.'User is typing...' functionality.