Use caching server to make requests to API, app users' requests go to caching server This leads to simpler app architecture, some API independence and the possibility to update API logic without updating the app
Use caching server to make requests to API, app users' requests go to caching server
This leads to simpler app architecture, some API independence and the possibility to update API logic without updating the app