eubsoft / radedit

Build Node.js apps together quickly.
MIT License
3 stars 0 forks source link

Page dependency tree and intelligent refresh #16

Open sameubank opened 10 years ago

sameubank commented 10 years ago

A page should have a tree of files on which it depends, and on load, a page should download a list of files in that tree from the server. When the server broadcasts a refresh message, the browser should only refresh if the file in the refresh message is in the current page's dependency list.

The dependency tree should be built fairly generically so that it can also be used for tests.