Create Node.JS Workers for your Zeebe Instances in a breeze.
- Node.JS (tested with Node.JS 8 and above)
- yarn (or npm)
$ docker run -p 4860:4860 -p 4861:4861 elgubenis/zeebe-worker-app:latest
$ git clone https://github.com/componentDidMount/zeebe-worker-app.git
$ cd zeebe-worker-app/
$ yarn
$ yarn build
$ yarn start
If everything went fine, you can now open http://127.0.0.1:4860 in your browser of choice and start using the App.
... soon ... as walys :^)