zoulhan
Member
- Nov 25, 2018
- 85
- 27
- 18
So I have a web application,
1. front end for user
2. front end for admin (dashboard)
3. backend ( rest API for 1 and 2 )
For large-scale app, Do I need to deploy all of that in 1 server or multiple server?
like:
frontend client in server A (AAA.com)
frontend admin in server B (BBB.com)
backend in server C (CCC.com)
1. front end for user
2. front end for admin (dashboard)
3. backend ( rest API for 1 and 2 )
For large-scale app, Do I need to deploy all of that in 1 server or multiple server?
like:
frontend client in server A (AAA.com)
frontend admin in server B (BBB.com)
backend in server C (CCC.com)