I am looking if the below architecture is possible
Is this possible Frontend server to run themes to be deployed in any language?.
Front End app can be written in many languages based on developer choice like
- Java
- Python
- Flask
- Django
- Ruby
- .NET
- PHP
- Laravel
- codeignitor
- React
- Angular
- Javascript
- Go
Developer can choose any Frontend technology or framework. Frontend Server functions is to generate html pages by using Backend services which is running in another server
Developer develop only Frontend apps and deploy to Frontend server. Frontend server should be able to run the app written in any language.
Each websites will have there own subdomain
Backend server is to provide API services which is cosumed by the Frontend websites
From the diagaram Frontend server is single web server that communicates with backend web server which provides api service.
Front Server should handle the request and redirect to respective App/Theme to generate the html pages
App/Theme can be written in an lauguage
If this is not explanatory let me know I will rephrase the sentence
