Google Gears is an open source browser extension that lets developers create web applications that can run offline.
Google Gears extends browsers to enable richer web applications. Gears modules include:
|
|
LocalServer Cache and serve application resources (HTML, JavaScript, images, etc.) locally |
|
|
Database Store data locally in a fully-searchable relational database |
|
|
WorkerPool Make your web applications more responsive by performing resource-intensive operations asynchronously |
The latest version of Gears adds:
More details about the improvements in 0.2 can be found on our API history page.