On Nov 20, 2014, at 3:02 AM, madhav anand wrote:
> My Application is a J2ee based application with Spring/Hibernate and Oracle (db) in the backend. Also, for front-end it is using HTML5.
>
> Kindly suggest should I use node.js in my application.
Why do you think you should? What are you hoping to gain / what problems are you trying to solve by doing this?
> If yes, then how java and node.js will interact with each other or do I need to re-write my existing code in java again in node.js?
There are many ways for applications in different languages to communicate with one another. What does your java code do / what purpose does it serve? What will your node code do?
> Also, what performance improvements does node.js provide?
It's possible to write efficient and inefficient code in most languages. It's hard to say how using node in your application would affect performance without knowing anything about your application.