/event-driven-web-components-webtorrent

A web component controller doing all webtorrent stuff with view web components showing the requested content

Primary LanguageHTMLMIT LicenseMIT

Event Driven Web Components WebTorrent

A webtorrent implementation through event driven web components. Including a controller dealing with all webtorrent and a view web component showing the visual output.

Installation and Serving

  • git submodule init
  • git submodule update
  • npm install
  • npm run serve

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