Skip to content

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

Notifications You must be signed in to change notification settings

NavinPoonia/Chat-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published