AvatarJS
From APIDesign
(Difference between revisions)
(→Speed) |
|||
(5 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
- | [ | + | [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...