Add workflow engines section (#937)

This commit is contained in:
heldev
2021-05-25 02:40:23 -04:00
committed by GitHub
parent 1bfe2b1b90
commit 5db9351a72

View File

@ -72,6 +72,7 @@ A curated list of awesome Java frameworks, libraries and software.
- [Version Managers](#version-managers)
- [Web Crawling](#web-crawling)
- [Web Frameworks](#web-frameworks)
- [Workflow Orchestration Engines](#workflow-orchestration-engines)
- [Resources](#resources)
- [Awesome Lists](#awesome-lists)
- [Communities](#communities)
@ -1113,6 +1114,11 @@ _Frameworks that handle the communication between the layers of a web applicatio
- [Takes](https://github.com/yegor256/takes) - Opinionated web framework which is built around the concepts of True Object-Oriented Programming and immutability.
- [Vaadin](https://vaadin.com) - Event-driven framework that uses standard web components. Server-side architecture with Ajax on the client side.
### Workflow Orchestration Engines
- [Cadence](https://cadenceworkflow.io) - Stateful code platform from Uber.
- [Temporal](https://temporal.io) - Microservice orchestration platform, forked from Cadence but gRPC based.
## Resources
### Awesome Lists