diff --git a/README.md b/README.md index 7ff622f..baa84b6 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Node-Powered CMS Frameworks](#node-powered-cms-frameworks) * [Templating Engines](#templating-engines) * [Game Engines](#game-engines) + * [Workflow Engines](#workflow-engines) * [Articles/Posts](#articles-and-posts) * [Data Visualization](#data-visualization) * [Timeline](#timeline) @@ -296,6 +297,10 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [PixiJS](https://pixijs.com) - The HTML5 Creation Engine. * [PlayCanvas](https://playcanvas.com) - PlayCanvas WebGL Game Engine. +## Workflow Engines + +* [Streamdal](https://github.com/streamdal/streamdal) - Wasm-powered workflow engine embedded directly in your javascript/node application code. Adds highly-performant, real-time data transformation and validation capabilities at runtime. + ## Articles and Posts * [The JavaScript that you should know](https://medium.com/@pedropolisenso/o-javasscript-que-voc%C3%AA-deveria-conhecer-b70e94d1d706) - Article about concepts of JavaScript Functional.