Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Node.js vs Java for Comet application [closed]

We look to build a high-performance, scalable Comet server, and thought first about using Java Grizzly with GlassFish.

But after some research, we see that Node.JS is taking rapidly as the preferred choice due to extreme simplicity, and claimed performance:

http://news.ycombinator.com/item?id=1088699

http://amix.dk/blog/post/19484

I will be happy to hear some real-life experience of using both, and what ultimately can be the best choice down the road.

Thanks!

like image 897
SyBer Avatar asked Dec 20 '10 10:12

SyBer


1 Answers

If you would further read the blog posts by the same author, namely the post, Is node.js best for Comet, he explains why he again went back to the Java based solution (Netty) and is happy with it. I guess that would be an interesting read.

like image 151
Sanjay T. Sharma Avatar answered Sep 24 '22 12:09

Sanjay T. Sharma