Jun 16, 2023
I work for a firm that gave me the task to select a software stack that suits our needs i already have some idea of what it is going to be but i am the only technical person in the firm so i need advice. I just got out of school so its kinda overwelming.
What we need -One MPA (so ssr and seo) -Two SPA on the same domain as the MPA -A backend that works with mssql and the frontend
Because it is a pretty big enterprise project and my devs are in inda and familiar with angular i want to use angular with primeNG on top. For the backend i think django will be my choice becauce it works with our database and the build in functionalities seem very nice.
I would also like to use vite for faster developing time but i am not sure if it will suit my needs.
The main question is can i use angular for the MPA so ssr and angular for the SPA's on the same domain, it opens a new tab when a link is clicked to the SPA. I need to hydrate some parts of pages of the MPA too i was thinking to use analogjs but vitessr also seems similair.
Please help im confused.
i already made a diagram i will share here.