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. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/C9DBD727-DF88-4BFB-B5CF-D98D901E6B86%40ryandesign.com. For more options, visit https://groups.google.com/d/optout.
