git-deps icon indicating copy to clipboard operation
git-deps copied to clipboard

graph: stream commits and dependencies and render incrementally

Open aspiers opened this issue 10 years ago • 0 comments

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!

aspiers avatar Jan 16 '15 20:01 aspiers