Saturday 22 September 2018

What does it mean by "Using Node as front end"?

I get this a lot but I really never understood what does it mean when someone say they are using node for frontend? Currently, I write our business API in spring and use angular for front end. When it comes to deployment, I create a production build of angular and deploy it on a tomcat server exposing index.html file..this build has js code which will call spring apis in my backend once it lands in user's browser..In past instead of spirng, I have used node as backend and written business apis using express js..But, Where and how one uses node as a front end and how would it talk to backend?

Submitted September 23, 2018 at 05:06AM by nitinsh99

No comments:

Post a Comment