Hey!
I am trying to find out if Netlify is ok for what I need. I have an app that was originally built into AngularJS and in the meantime, a part of it was migrated to Vue 2. Now, we are in a position in which a part of the app is built in Angular JS, a part of it in Vue 2, and there are features that have v1 (angular js) and v2 (vue 2). Each of these features has its own route, including v1 and v2 of the same features (just appending /new before any route of v2).
Also, the authentication module is being done on AngularJS and the token is being passed basically to the Vue 2 part of the app (when needed to access Vue 2 features).
This setup was done on GCP and everything works ok - but we want to migrate to another provider. So we are currently looking on Netlify for this.
Do you have any idea if it’s possible to have 2 applications deployed under the same main domain, that share routes and are interconnected between them (some kind of a symlink I think?), as described above? Can you help me please with some guides or use cases that would help me in trying to achieve this behavior on Netlify?
Thanks a lot in advance!