I didn't see any mention of Rhino. Does he know that existed (exists?)?
PurpleJS – An alternative to Node.js for Java projects
11–20 of 52 posts
Re: PurpleJS – An alternative to Node.js for Java projects
#12Re: PurpleJS – An alternative to Node.js for Java projects
#13How does this relate to Nashorn? With something like Avatar-JS [1] you can even run some NodeJS apps without modifications on the JVM. [1] https://avatar-js.java.net
Re: PurpleJS – An alternative to Node.js for Java projects
#14How does this relate to Nashorn? With something like Avatar-JS [1] you can even run some NodeJS apps without modifications on the JVM. [1] https://avatar-js.java.net
[1] https://github.com/purplejs/purplejs/search?utf8=%E2%9C%93&q...
Re: PurpleJS – An alternative to Node.js for Java projects
#15Re: PurpleJS – An alternative to Node.js for Java projects
#16This could be pretty cool. So in theory, all the Java, Scala, etc servers out there can wire up an isomorphic single page app without calling out to a Node process. Once the docs are written... https://github.com/purplejs/purplejs/wiki/Embedding
Re: PurpleJS – An alternative to Node.js for Java projects
#17Earlier quoted context omitted.
This uses Nashorn to execute the Javascript.
Oh ok so thats the new version then or rewrite? Just seems like he thinks its a new thing even though its been around for many years.
Re: PurpleJS – An alternative to Node.js for Java projects
#18Re: PurpleJS – An alternative to Node.js for Java projects
#19I think there are just people who will never understand or fully grok the beauty, power and simplicity of functional programming and will always seek to replace it. I feel sorry for them.
Re: PurpleJS – An alternative to Node.js for Java projects
#20So what's the point in taking away the good part, and keep the cumbersome one? If you just want to program a Synchronous server in the JVM,just stick to Java.