We are developing a single page application using AngularJs having an index file at the root which will be served by web server to client. Currently when developing, we are using Node with express server. We need to deploy this application to azure. There are two deployment options available.
- Deploy either as web application on azure (I think its IIS server in this case)
- Or deploy on IIS using IIS Node module
We need to have a rewrite rule, which will serve index page for every other request to server in both cases.
Which is better deployment model or if anyone can suggest another option available for SPA on Azure?
Aucun commentaire:
Enregistrer un commentaire