- Express app on the frontend
- Spring boot app on the backend
Overview
- 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 escalate 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 really well
List view
0 issues of 0 selected
There are no open issues in this milestone
Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.