I am going to develop a project which will have cloud and local servers, RS232 and Socket communication. It is a multi-page web application. i am planning to use node.js. Can some one suggest which one is best fit for my application. Java or node.js. The thing is I know java well.
Which technology to select Java or node.js?
Collapse
X
-
If you know Java well you could try using a framework such as Apache Wicket to create your web application; at work we use it to do just that and it's very powerful. Also the support via the mailing list is very good.
Not having used Node.js so far I can't say much about that, though I have heard good things about it. If you want to dive into JavaScript I'm sure it's a good option too.
Comment