Questions about the separation of front and rear ends of nodeJS projects

at present, the front and rear ends of the company"s project are separated, and the front end uses webpack+angular, and the back end uses java. Now, I want to write a set of node background based on the company"s front-end project. I don"t know if it"s feasible. My main question is, webpack is based on the node environment, can it also be node, in the background?

Mar.01,2021

  1. Why do you write node backend? Can the existing Java not meet the demand?
  2. webpack runs based on the node environment, but it is just a packaging tool that is basically not needed in the production environment. I don't understand this. I think you need to talk to the leader.
  3. the goal of node.js is to bring JS to the whole platform. The first big benefit for front-end developers is that we can use it to improve a whole set of front-end tools, so you can see a lot of tools like webpack. This does not affect the use of it to run the service.

Yes, but since there is java, in the background, aren't you tired of writing a set?


webpack is based on node environment. Can node, be used in the background?

an engineering build and a server end are still confused as to why they use node, as an engineering tool. It seems that they do not fully understand

.

there are many ways for node to make solutions, but there are only two ways to integrate with your company's business. It is suggested that the subject should have a good understanding and communicate with your leader to confirm that according to the depth of the question, it is still far away from the production environment

.
Menu