AvatarJS
From APIDesign
(Difference between revisions)
(→Compatibility) |
|||
Line 1: | Line 1: | ||
- | [https://avatar-js.java.net/ AvatarJS] | + | [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 === | === Tooling === | ||
- | The [[NetBeans]] tooling (including excellent debugging, see [[Nashorn]]) | + | The [[NetBeans]] tooling (including excellent debugging, see [[Nashorn]]). |
- | + | ||
- | + | ||
=== Speed === | === Speed === | ||
Yeah, so far [[V8]] is faster than [[Nashorn]], but let me point you to [http://www.slideshare.net/ThomasWuerthinger/2014-0424-graal-modularity presentation about next generation Nashorn] virtual machine to see where the speed will come from... | Yeah, so far [[V8]] is faster than [[Nashorn]], but let me point you to [http://www.slideshare.net/ThomasWuerthinger/2014-0424-graal-modularity presentation about next generation Nashorn] virtual machine to see where the speed will come from... |
Revision as of 14:51, 15 July 2020
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
Yeah, so far V8 is faster than Nashorn, but let me point you to presentation about next generation Nashorn virtual machine to see where the speed will come from...