I just acquired a vps from digital ocean created 2 droplets one a 10 $ for php restful api and another one 5$ for angular2
Now i need to make a decision on the best way to go do i run ng serve in the vps and access the app via apaddress then port or do i run ngbuild and he access the app via apache
Which option consumes alot of cpu and also bandwith assuming my app will be accessed by over 1000 views per day?