DEV Community

Discussion on: How do you develop angular application with with different back-end technologies

Collapse
 
reegodev profile image
Matteo Rigon

Yes indeed deploying to sub domains is the preferred method most of the times. When i said to avoid deploying them to the same domain i meant to avoid having a scenario where your app is served from the same web server that serves the api, like yourdomain.comfor the app and yourdomain.com/api for the api.

Thread Thread
 
lysofdev profile image
Esteban Hernández

Yea, agreed. This would make scaling a hassle.