Use Rhino as your language module in Vert.x. This language module uses the
vert.x Javascript API in mod-lang-js
with the Rhino 1.7R4 runtime. The API documentation is the same as for
lang-js
and lang-dynjs
.
Latest Release API Documentation
HEAD API Documentation
This language module is the default JS runtime in Vert.x and will be loaded on demand for all Javascript applications that do not specify a different Javascript runtime. Other runtimes available are mod-lang-dynjs and mod-lang-nashorn.