netdance / java-node-basic

Simple Example of calling a no dependency node module in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very simple example of using Java (Groovy, actually, but not really any difference) to access a node module without any dependencies. For this no-dependencies example, I use semver.js

Note that for this example to work, you'll need node and npm installed and in your path.

To run, type:

gradlew

About

Simple Example of calling a no dependency node module in Java


Languages

Language:Shell 72.7%Language:Groovy 27.3%