angularjs - Is it a good idea to remove node.js layer while working with the application having Angular in front end and Java in the backend? -


i working on application has requirements architect use node.js proxy layer between front end , end. front end angularjs, backend java , server tomcat. web services restful json data exchange format. application might have many concurrent user.

my idea remove node.js layer , package front , end under same root rather deploying separately. want allow angular communicate end directly http calls.

before stepping in move , want know consequences , how can handled ?

maybe should ask architect planning? maybe there requirements don't know?

proxy in cases useful


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -