How to host an angularjs app in domain

前端 未结 4 1506
无人及你
无人及你 2021-01-31 02:07

Currently Learning to create a simple AngularJs App.

This is my first MVC app, so my questions may be very basic.

  1. I understand that we require nodejs t

4条回答
  •  再見小時候
    2021-01-31 02:24

    I understand that we require nodejs to run the Angularjs App, so will the hosting provider have the node.js installed with their server?

    No, AngularJS doesnot require Node.js to run. It is just that tutorial you are using to learn AngularJS might be using Node.js for their examples.

    AngularJS is a client side technology, so it does not need any specific server to run. And since you are using ASP.Net MVC as your development platform, you'll need an ASP.Net hosting for deploying your app.

    You can take a look at my recent ASP.Net MVC / AngularJS development here: http://bipolarapp.bitsstech.com and this app is hosted at Windows Azure.

提交回复
热议问题