Compare commits

...

2 Commits

Author SHA1 Message Date
Jon Wright 912b931f18 Merge 1af45bde28 into 64630aa173 2024-02-22 16:16:22 -08:00
Jon Wright 1af45bde28 Adding Streamdal and Workflow Engines 2024-02-22 16:09:12 -08:00
+5
View File
@@ -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.