Gears is an open source project that enables more powerful web applications, by adding new features to web browsers.
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:
sendMessage()
More details about the improvements in 0.3 can be found on our API history page.