BPMN Engine that runs inside browser

I’m currently building a web application with a feature-reduced modeler and I’m looking for a way to process the created diagrams directly inside the browser. Is there any way to achieve this? Or would the best practice be to set up an additional Node.js or Java service?

Thanks for all the resources here, they helped me a lot with my modeler!

if you want to execute diagrams to showcase BPMN, have a look at token simulation. In it’s core, it is a bpmn engine written in JavaScript.

For enterprise use cases, you will want to have an actual backend to run you processes

1 Like