Angularjs php node apache2

1

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

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

I thought of something like creating a project with angle in the path of the host but I doubt that 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.

    
asked by anonymous 08.07.2015 / 08:13

1 answer

1

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

If you choose NODE, try doing something using SAILS (Framework) or using the MEAN structure (Mongo Express Angular and NodeJS).

If you choose PHP, use some framework like CodeIgniter or Laravel

    
08.07.2015 / 12:40