Event Driven Web Components P2pt

p2pt for an event driven architecture.

Installation and Serving

  • git submodule update --init --recursive --remote --force
  • npm install
  • npm run serve

TODO

  • types and event interfaces
  • example demo
  • attribute change callback for identifier
  • query parameter for identifier
  • dynamic name for identifier "Math.floor(Date.now()/100000)"

Articles

Support

Implementation

Frontend Event Driven Architecture works basically like the DOM itself. There are loosely coupled components (nodes), which emit events and those get captured by other components. They may also emit events on their behalf, which can be consumed.

Credit

Created by スィルヴァン aka. Weedshaker