AvatarJS
From APIDesign
(Difference between revisions)
JaroslavTulach (Talk | contribs)
(New page: AvatarJS is a re-implementation of NodeJS on top of the JVM. JDK8 comes with Nashorn and that is certainly better JavaScript virtual machine than old Rhino. How...)
Next diff →
Revision as of 11:56, 6 May 2014
AvatarJS is a re-implementation of NodeJS on top of the JVM. JDK8 comes with Nashorn and that is certainly better JavaScript virtual machine than old Rhino. However NodeJS is not just JavaScript, it also contains a lot of native bindings. What can be done with those?