This example attempts to illustrate the useage of the JS SDK in a node.js environement.
The index.js
file of this directory should be clear enough to give you an idea of how to implement the SDK in your node.js applications.
You will need to install node.js to run this example and then:
- Clone the respository
- Start a camunda BPM platform distribution
- Go to the directory of this example
- Install the dependencies with
npm install
- Run the example with
node index.js