Here is the story;
We recently started a project with 1 FE guy experienced in Node environment and 2 BE guy working with Java.
We built the BE of it, the API side on Tomcat + Java and the actual web app part running on node.js/express.js. So, the www (web app) part of it runs on express.js and makes ajax calls to the Tomcat Server to return json results.
As we had full time jobs and limited time to sit down and talk about things, this seemed to be a fast way to get the project up and running.
The thing is that, you have two separate projects, to git pushes and two instances running on amazon.
Right now, we are stuck in a discussion where this architecture makes sense or not. So we need an expert to put an end to this argument.
Thanks