Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vert-x3/vertx-lang-js

Nashorn JavaScript implementation for Vert.x
https://github.com/vert-x3/vertx-lang-js

Last synced: 3 months ago
JSON representation

Nashorn JavaScript implementation for Vert.x

Awesome Lists containing this project

README

        

# Nashorn JavaScript implementation for Vert.x

image:https://travis-ci.org/vert-x3/vertx-lang-js.svg?branch=master["Build Status",link="https://travis-ci.org/vert-x3/vertx-lang-js"]

This project provides the JavaScript API implementation for Vert.x using the Nashorn JavaScript engine built into Java 8.

As with all Vert.x 3 language implementations they are generated from a Java API using templates - this allows us to
maintain just the canonical Java APIs which is a lot less work than maintaining them manually.

This project provides a verticle factory implementation which knows how to deploy verticles with the prefix, or file
extension `js`.