+ 1
Which server side language has better connecting speed java or node.js ?
In order to build a enterprise level application i am facing the challenge some People are saying that node is good compare to Java . so please guys let me know what you think .
2 Answers
+ 1
For enterprise apps i would suggest to use Java. Compiled Languages are usually way faster than Just-In-Time Scripts like JS.
Over here is a great post about this:
http://stackoverflow.com/questions/17253545/scripting-language-vs-programming-language
0
Thanks Jonas Fallmann i will keep that in mind .