Workflow engine in Javascript [closed]

2019-01-20 23:16发布

Does anybody know a workflow engine (such as Spring WebFlow) for Javascript? We have a home-made framework that allows us to guide site navigation using JSON, but its quality is far from good.

Edit based on given answers: the engine must run on the browser and reduce to minimum the number of requests to the server.

2条回答
我只想做你的唯一
2楼-- · 2019-01-21 00:07

As suggested by katspaugh I'm posting the libraries I found as the answer. List of workflow libraries that I've found until now:

查看更多
狗以群分
3楼-- · 2019-01-21 00:11

dataflo.ws

It's a JSON-based workflow engine. It features:

  • modular design
  • several useful built-in tasks (MongoDB, OAuth, RabbitMQ)
  • HTTP initiator with a router

Works on Node.js, in browsers (including IE9) and in PhoneGap.

GPLv3, code on GitHub: https://github.com/apla/dataflo.ws

查看更多
登录 后发表回答