Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (15 loc) · 1.14 KB

File metadata and controls

31 lines (15 loc) · 1.14 KB

Event Driven Web Components IPFS

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

Installation and Serving

  • 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