php - Advantages/Disadvantages of separating DOM hosting and Logical API -


so, can i'm more beginner developer, i've been working junior developer full time on year now, main focus being on laravel, , it.

i have learned angular.js , absolutely love it.

i have idea, i'm not sure if it's practical. , asking questions end in opinionated answers frowned upon, i'll try keep factual possible.

i'm considering developing 2 separate laravel applications. 1 host dom html , javascript angular application, , interact via json api key responsible interacting database , logistical analysis of data.

what security concerns doing on standard laravel/bootstrap application? there potential increase in performance suspect? of other advantages/disadvantages haven't considered yet?


Comments