From be73cfe3d75ec0b559df18ee00ba829e9d4bf440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Silvan=20Str=C3=BCbi?= Date: Tue, 2 Mar 2021 08:52:29 +0100 Subject: [PATCH] Valuable Resource for event driven programming The added Repo allows programmers to compare different approches. Eg. React vs Vue.js vs Angular vs Event Driven Web Components, etc. --- architecture/event-driven-programming.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/architecture/event-driven-programming.md b/architecture/event-driven-programming.md index 302348c0..82460b7c 100644 --- a/architecture/event-driven-programming.md +++ b/architecture/event-driven-programming.md @@ -19,7 +19,7 @@ Event-driven programming is a programming paradigm in which the flow of the prog + **[Radio.js](http://radio.uxder.com/)**: Radio.js is a small dependency-free publish/subscribe JavaScript library. Use it to implement the observer pattern in your code to help decouple your application architecture for greater maintainability. + **[js-signals](http://millermedeiros.github.io/js-signals/)**: Custom Event/Messaging system for JavaScript. + **[pubsub.js](https://github.com/federico-lox/pubsub.js)**: A tiny (~600 bytes when minified, ~300 bytes when gzip'd) and robust pubsub implementation. - + + **[event-driven-web-components-realworld-example-app](https://github.com/mits-gossau/event-driven-web-components-realworld-example-app)**: Event Driven Architecture Vanilla JS Web Components codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API. ------------------ @@ -27,4 +27,4 @@ Event-driven programming is a programming paradigm in which the flow of the prog Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. -Please provide a link back to this repository. This is not necessary for GitHub forks. \ No newline at end of file +Please provide a link back to this repository. This is not necessary for GitHub forks.