Live data from Hacker News

PurpleJS – An alternative to Node.js for Java projects

webagility.com

1–10 of 52 posts

Re: PurpleJS – An alternative to Node.js for Java projects

#3
post #2

Why don't any of the examples use Java?... Even the examples on GitHub, none of it looks any different than a Node.js project.

Because it's still javascript, just running on JVM instead of... v8?

At least, that's my read of the project.

Re: PurpleJS – An alternative to Node.js for Java projects

#4
post #2

Why don't any of the examples use Java?... Even the examples on GitHub, none of it looks any different than a Node.js project.

An oversimplified way to describe node.js is: javascript bindings for libuv.

purpleJS would be javascript bindings for some Java framework.

Re: PurpleJS – An alternative to Node.js for Java projects

#7
post #3
post #2

Why don't any of the examples use Java?... Even the examples on GitHub, none of it looks any different than a Node.js project.

Because it's still javascript, just running on JVM instead of... v8? At least, that's my read of the project.

Ok, that's part of it. This line from the page is what gets me, "create server applications with Javascript but access and use Java libraries" and I think an example of that is very important.
Post reply on HN