Scaling Location Tracking: Ensuring Efficient Data Retrieval and Speed for 10,000 Connected Devices?
Unanswered
New Guinea Freshwater Crocodile posted this in #help-forum
New Guinea Freshwater CrocodileOP
I'm developing an app that shows the location of devices on a map. The backend uses Node.js, and the frontend uses Next.js. I have 10,000 devices connected to a WAS server, and I need to fetch their locations every 20 seconds. How can I ensure efficient scaling to handle the data without missing any updates and ensuring fast performance?