PurpleJS – An alternative to Node.js for Java projects
webagility.com
PurpleJS – An alternative to Node.js for Java projects
1–10 of 52 posts
Re: PurpleJS – An alternative to Node.js for Java projects
#2Re: PurpleJS – An alternative to Node.js for Java projects
#3Why don't any of the examples use Java?... Even the examples on GitHub, none of it looks any different than a Node.js project.
At least, that's my read of the project.
Re: PurpleJS – An alternative to Node.js for Java projects
#4Why don't any of the examples use Java?... Even the examples on GitHub, none of it looks any different than a Node.js project.
purpleJS would be javascript bindings for some Java framework.
Re: PurpleJS – An alternative to Node.js for Java projects
#5Once the docs are written... https://github.com/purplejs/purplejs/wiki/Embedding
Re: PurpleJS – An alternative to Node.js for Java projects
#6Re: PurpleJS – An alternative to Node.js for Java projects
#7Why 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
#8Re: PurpleJS – An alternative to Node.js for Java projects
#9Re: PurpleJS – An alternative to Node.js for Java projects
#10With something like Avatar-JS [1] you can even run some NodeJS apps without modifications on the JVM.