How do I call a nodejs method in Java code?

0

I need to use a Node method in a Java application.

I can not use Nashorn because I need Jquery because pure JS does not solve my problem. As the node allows the use of Jquery, it was chosen, but I can not do the integration.

Is it possible? If so, how?

    
asked by anonymous 03.08.2015 / 21:22

0 answers