uaktags / explorer

An open source block explorer
BSD 3-Clause "New" or "Revised" License
6 stars 8 forks source link

Soon will separate Sync into separate app from "Frontend" #29

Open uaktags opened 5 years ago

uaktags commented 5 years ago

Currently Iquidus Explorer is a all-in-one package: The frontend nodeJS Web App that people can view to explore the BlockChain, and a backend Sync tool which does all the heavy lifting. With the enhancements of clustering (both via cpu and the possibility of using multiple systems) there's a need now to separate the two. The backend, with the introduction and soon deprecation of "use_rpc", we no longer need the explorer to be visible to the backends to do our syncing. So this opens up numerous possibilities like Multi-Coin functionality as well as building better, more diverse applications for the front end to function and grow.

A few benefits of removing the Sync from the Frontend: