This project is built using Node.js and Web sockets for end to end communication required for real time chat application.
- It is scalable
- It is responsive
- It is event driven
socket.io is a Javascript library for establishing end to end connection between two parties. In order to use this library, you need to install it the terminal using following command
npm install socket.io
or
npm i socket.io