Node JS Task
Node JS Task
Create a web application that allows users to view live data updates on charts.
The data should be stored in a real-time database, such as MongoDB.
The charts should be interactive, so that users can zoom in and out and see the data in different ways.
The application should be built using the MERN stack (MongoDB, Express, React, and Node.js) and use
typescript.
Instructions:
Evaluation:
Bonus:
Add additional features to the application, such as the ability to save the data to a file or export it to a CSV
file.
Make the application more responsive by using a WebSocket connection to the database.