Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-lang-js
- Owner: vert-x3
- License: apache-2.0
- Created: 2014-07-02T07:40:15.000Z (over 10 years ago)
- Default Branch: 3.9
- Last Pushed: 2023-05-12T08:56:58.000Z (over 1 year ago)
- Last Synced: 2024-08-04T01:07:20.215Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.45 MB
- Stars: 35
- Watchers: 24
- Forks: 23
- Open Issues: 10
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
- vertx-awesome - JavaScript - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - JavaScript support. (Language Support)
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`.