bpmn-layout-generators icon indicating copy to clipboard operation
bpmn-layout-generators copied to clipboard

[FEAT] Investigate nodejs bridge to run the java layout generator lib

Open tbouffard opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. We already manage our R implementation with such a bridge. Having the same for nodejs will avoid having to reimplement the generator in JS.

Additional context check the following resources as starting point and others

  • https://www.npmjs.com/package/java
  • https://www.geeksforgeeks.org/how-to-run-java-code-in-node-js/
  • http://creatale.github.io/webdevbbq-java-nodejs/#/
  • call java via spawn

tbouffard avatar Aug 27 '21 14:08 tbouffard