Angularjs php Node apache2

Asked

Viewed 195 times

1

I started developing in Node.js using the frameworks Express and Angular when I needed tutorials I noticed that in some is used the Angular along PHP to make bank requests.

My question is: which server exactly do I run the application on PHP?

I thought of something like creating an angular project in the path of host but I doubt this is the solution. Please someone explain to me exactly how the project structure will be using PHP and Angular and on which server I will run.

  • Can you explain what you want to do? Do you need PHP? If it’s not best to run everything on Node.

1 answer

1

Today Nodejs does everything PHP does and more... If you really want to use PHP you will use APACHE to upload application.

If you choose NODE try to do something using SAILS (Framework) or else using MEAN (Mongo Express Angular and Nodejs).

If you choose PHP, use a framework such as Codeigniter or Laravel

Browser other questions tagged

You are not signed in. Login or sign up in order to post.