This is a real-time chatting application which can be used by the company agents to resolve the queries of the customers.
Clone the project in Visual Studio Code. To run the project, use npm run dev command.
Installations to be done:
- npm install express socket.io moment
- npm install -D nodemon
- npm install csv-parser fs
Additional features implemented:
- Real-time interactive chatting using websockets technology
- Searching UserId of customers by agents.
To run the project involving sending of messages by customers using API endpoint, clone the following repository in a new window of Visual Studio Code and follow the instructions given in the following repository to run the project: https://github.com/RVarshinee/Customer