I am developing android mobile app where the app sends frequent requests to the server, the server responds with JSON file using Restful WS. The calls to server may reach thousands/second with a million users/day. The database holds mobile app related data. What backend architecture you suggest to optimally run the mobile app across million users ? I know there can be Java/Php/NodeJS with Mongodb as database, but what would make it easy on my shore string budget while giving optimal performance ? :-)
via user239392
No comments:
Post a Comment