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