Skip to content

Latest commit

 

History

History
 
 

nodejs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Node.js usage of JS SDK

This example attempts to illustrate the useage of the JS SDK in a node.js environement.

SDK JS node.js usage

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.

Running this example

You will need to install node.js to run this example and then:

  1. Clone the respository
  2. Start a camunda BPM platform distribution
  3. Go to the directory of this example
  4. Install the dependencies with npm install
  5. Run the example with node index.js