Paratii-Video / paratii-portal

Component-based web-interface for uploading, browsing and organising content of Paratii's P2P network.
GNU General Public License v3.0
12 stars 5 forks source link

polling/updating #204

Open jellegerbrandy opened 6 years ago

jellegerbrandy commented 6 years ago

This issue just to mark the fact that we need some kind of way of updating hte UI if content on the blockchain changes.

There are two options:

And we have two possible data sources to read the info form:

We can even mix that: poll the db for changes, and then read (with the help of paratii-lib) the latest state fromthe blockchain.

There are pro's and con's to both.

jellegerbrandy commented 6 years ago

@ya7ya , @bent0b0x