A webtorrent implementation through event driven web components. Including a controller dealing with all webtorrent and a view web component showing the visual output.
- git submodule init
- git submodule update
- npm install
- npm run serve
- Build an Event Driven TodoMVC App with 8 lightweight VanillaJS Web Components
- DOM and the event driven architecture - Introduction
- Web Components and now what?
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.
Created by スィルヴァン aka. Weedshaker