Hi i know that the usual way is to embeed camunda in a java aplication, but i wonder to know if it is possible to do it in NodeJS
Hello @nicolas_sebey ,
it is not possible to embed camunda into node.js as camunda is written in java and needs a java runtime to be executed.
However, camunda serves as remote engine as well.
Please read about this here:
I hope this helps
Jonathan
Hello my friend!
Unfortunately its not possible.
what can be done is the interaction between the camunda engine, and your project / application in nodeJS.
For this you can use some HTTP library like Axios (I don’t know many because I don’t understand much about NodeJS) to make HTTP requests directly to the engine.
And after that, with the return of the JSON data, you can work the way you want inside your code in Node.
Hope I helped you!
(Sorry for my bad english).
Regards,
William Robert Alves