Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 787 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 787 Bytes

Chat-Application

Creating A Multiple User Chat Application Using NodeJS Server And Web Socket.IO

WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. A duplex communication system is a point-to-point system composed of two or more connected parties or devices that can communicate with one another in both directions, between client(browser) and server.

1 - User Has To Enter His Name To Join The Chat.

2 - When A User Joins The Chat It is Notified To Other Users.

3 - A Notification Ringtone is played Whenever A Message Is Recieved.

4 - When A user Leaves The Chat It is Notified To Other Users.

Untitled.mp4