[ https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16036680#comment-16036680 ]
ASF GitHub Bot commented on TINKERPOP-1489: ------------------------------------------- Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/450 Great! Any help is welcome! I have some bandwidth to dedicate on the JavaScript GLV this week, there are still several remaining items: - `DriverRemoteConnection` implementation that can communicate with gremlin server. - Adapt the execution pipeline to match the new async execution in TINKERPOP-1490 and expose method `promise()` - Add Node.js runtime and run tests on mocha (ditch jjs) and create integration tests. - Add documentation for JavaScript GLV on `gremlin-variants.asciidoc` > Provide a Javascript Gremlin Language Variant > --------------------------------------------- > > Key: TINKERPOP-1489 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1489 > Project: TinkerPop > Issue Type: Improvement > Components: language-variant > Reporter: Jorge Bay > > It would be nice to have a Javascript Gremlin Language Variant that could > work with any ES5 runtime, specially the ones that support > [CommonJs|http://requirejs.org/docs/commonjs.html], like Node.js. > Nashorn, the engine shipped with JDK 8+, does not implement CommonJs but > provides [additional > extensions|https://wiki.openjdk.java.net/display/Nashorn/Nashorn+extensions] > making modular JavaScript possible. Nashorn should be supported in order to > run glv tests under the same infrastructure (JDK8). -- This message was sent by Atlassian JIRA (v6.3.15#6346)