'. '

AvatarJS

From APIDesign

(Difference between revisions)
Jump to: navigation, search
(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...)
Current revision (14:52, 15 July 2020) (edit) (undo)
(Speed)
 
(6 intermediate revisions not shown.)
Line 1: Line 1:
-
[[AvatarJS]] is a re-implementation of [[NodeJS]] on top of the [[JVM]]. [[JDK]]8 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?
+
[https://avatar-js.java.net/ AvatarJS] was an attempt to re-implement [[NodeJS]] on top of the [[JVM]]. These days just download [[GraalVM]] and you'll get [[JavaScript]] and [[Java]] for free. Compatibility is guaranteed.
 +
 
 +
=== Tooling ===
 +
 
 +
The [[NetBeans]] tooling (including excellent debugging, see [[Nashorn]]).
 +
 
 +
=== Speed ===
 +
 
 +
[[GraalVM]] includes as fast as [[V8]] implementation of [[JavaScript]]. Predicted [http://www.slideshare.net/ThomasWuerthinger/2014-0424-graal-modularity presentation about next generation Nashorn] many years ago...

Current revision

AvatarJS was an attempt to re-implement NodeJS on top of the JVM. These days just download GraalVM and you'll get JavaScript and Java for free. Compatibility is guaranteed.

Tooling

The NetBeans tooling (including excellent debugging, see Nashorn).

Speed

GraalVM includes as fast as V8 implementation of JavaScript. Predicted presentation about next generation Nashorn many years ago...

Personal tools
buy