Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 347 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 347 Bytes

Chat_Application

A web application which allows the authorized user to communicate with each other. Whenever user write a chat message, the idea is that the server will get it and push it to all other connected clients. Sockets are used to create a bi-directional communication channel between client and the server. To run server-node index.js