I have a server running PHP.
I need to build an application for mobotoy (B4A), which updates the driver's position every minute. This position will be consulted through a php/javascript page that also updates every minute to show the driver's position on the map.
What's the best way?
I think about making a post through the app every minute sending the driver's position.
I will have around 20 drivers active at the same time.
What bottlenecks should I think about?
Would a very powerful server be needed for this application?
I need to build an application for mobotoy (B4A), which updates the driver's position every minute. This position will be consulted through a php/javascript page that also updates every minute to show the driver's position on the map.
What's the best way?
I think about making a post through the app every minute sending the driver's position.
I will have around 20 drivers active at the same time.
What bottlenecks should I think about?
Would a very powerful server be needed for this application?