Saturday 13 May 2017

frontend and backend separation in azure

I'm developing a simple site consisting of an Angular frontend and a simple NodeJS backend. I currently see 3 ways to setup the project:

  • have 1 Web App to serve the static HTML and 1 Web App for the NodeJS backend
  • serve both REST API and static files using the same NodeJS instance
  • I read about virtual directories for Azure Web Apps, but wasn't able to find appropriate documentation. Is that even a viable solution?

What's the standard setup to use for Azure? Is there any in-depth documentation I missed?



via Michael

No comments:

Post a Comment