This commit is contained in:
Jon Wright
2024-07-06 04:16:56 -07:00
committed by GitHub
+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.