Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/


License
Apache-2.0

Documentation

Rhino Vert.x API Module

Build Status

Javascript on Vert.x with Rhino

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

Usage

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.