Google Gears is an open source browser extension that lets developers create web applications that can run offline. Gears provides three key features:
* A local server, to cache and serve application resources (HTML, JavaScript, images, etc.) without needing to contact a server
* A database, to store and access data from within the browser
* A worker thread pool, to make web applications more responsive by performing expensive operations in the background
Google Gears is currently an early-access developers' release. It is not yet intended for use by real users in production applications at this time.
To take advantage of the offline features provided by Google Gears, you'll need to add or change code in your web application.
There are three core modules provided by Gears: a LocalServer for storing and accessing application pages offline, a Database for storing and accessing application data on the user's computer, and a WorkerPool for performing long-running tasks (such as the code that synchronizes data between your server and users' computers).
Saturday, March 15, 2008
Google Gears
Posted by
Neil
at
12:06 PM
Labels: Database, Google, Google Gears, Local Server, Offline
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment