aspiers / git-deps

git commit dependency analysis tool
GNU General Public License v2.0
298 stars 47 forks source link

graph: stream commits and dependencies and render incrementally #31

Open aspiers opened 9 years ago

aspiers commented 9 years ago

If there are a lot of new nodes and dependencies, the web page will appear to hang whilst they are being calculated. Adding a spinner (see #28) will go some way towards helping with this, but it would be better if the nodes and dependencies are streamed incrementally to the browser and rendered as soon as they are received. oboe.js looks perfect for this!