I am trying to rewrite a Java Web App written on Spring MVC 3 which uses a tomcat server.
The web app serves to handle rest requests from a mobile phone app. The Java web app also has a front end rendering pages in JSP.
Now I have begun on node using the express-framework. Now can I expect a node-app to perform better than a Java web-app ? How do I go about stress testing the two and arrive at a conclusion ?
Following are the typical requests my web-app must handle