Google Gears: The rise of JavaScript-powered offline applications
Following emerging development in online/offline computing like Adobe’s Apollo platform or Microsoft’s Silverlight platform, Google releases Gears which will allow developers to create applications using JavaScript that will run in offline mode and could synchronize to a remote application (e.g. server application) when available.
Google Gears group writes:
Google Gears allows developers to enhance their AJAX applications to be able to run even when their users are offline. This is the official discussion group for web developers interested in using Google Gears in their applications.
Google Gears provides application programming interface (APIs) for offline application access and data storage (using SQLlite). Licensed: BSD
More on Google Gears