Offline web applications with Dojo Offline Toolkit
Open Source, Web Development, Web Framework | (1)
Although I'm not a big fan of the Dojo Toolkit, I'm impressed with the the Dojo Offline Toolkit.
I'm confident that this will greatly improve the way some actual web applications work.
What is the Dojo Offline Toolkit?
Dojo Offline is a free, open source toolkit that makes it easy for web applications to work offline. It consists of two pieces: a JavaScript library bundled with your web page and a small (~300K) cross-platform, cross-browser download that helps to cache your web application's user-interface for use offline.
How Dojo Offline Works?
Dojo Offline uses a very small, standard web proxy that runs locally. Web proxies ...