Goodnight! Help to clear up all the mess in my head :) Developing a project - document management. In general, there is a menu, when opening a table is loaded from the Oracle database, new data is added. In other matters, nothing supernatural, the main logic through Oracle (all procedures, functions). The project will be written in angular + Rest yii2. The web server chose nginx. How many I read manuals, under angular it is more preferable than node, only a problem with return of files. I just can’t decide whether to separate the statics and dynamics on the nginx + node? Through nginx, proxy dynamics to node and cache. I am developing on a separate virtual machine, uploading it via git to the main server. For speed and even to expand the horizon, I decided to try Grunt + yeoman. Those. you need to put a grunt server locally, you shouldn't put it on production.
But if we take into account the project, where the front on the angular is only drawing the interface (language, menu), data (table, number of working processes, etc.) from the database. Should I separate nginx + node? Or leave everything on nginx?