Live data from Hacker News

Vert.x – JVM Polyglot Alternative to Node.js

infoq.com

81–83 of 83 posts

Re: Vert.x – JVM Polyglot Alternative to Node.js

#82

Earlier quoted context omitted.

Node is nearing 10k published libraries. Is there a comprehensive site listing Java libraries? It's trivial to offload blocking operations to other processes in node too, it's just not the preferred option.

Have you ever programmed in Java? That's a strange question to ask if you have. http://mvnrepository.com/ Whatever libraries node has is a drop in the bucket compared to java.

I haven't, thats why I asked. Node is just 2 years old. You'll get 90% of garbage on any open package manager.

Re: Vert.x – JVM Polyglot Alternative to Node.js

#83

So it's more like Twisted (a library) than Node (a runtime + a library).

Node is more like a library than a runtime. Its runtime is V8. The node libs could be ported to another JavaScript engine such as jsc, narwhal, or ringo. > Node.js consists of Google's V8 JavaScript engine plus several built-in libraries. http://en.wikipedia.org/wiki/Nodejs

Node ships with both runtime and async library, unlike Twisted, which doesn't ship Python.
Post reply on HN