Angularjs app on node communicating to spring boot app
josedab opened this issue · 0 comments
josedab commented
- Based on the prototype video store (springboot with angular js app as resources), move resources to a new express app that comunicates to the backend.
Why?
- Express app can scalate without having to escalate the backend
- Node is a good option for serving light middleware and web resources. Don't want to put that on top of the backend server.
- Possibility to escalate and putting balancers on the node app and on the backend app, letting scale only when necessary. On top we can have several caching strategies.