Search other websites to solve your problem

Sunday, February 10, 2008

Google Gears Beta - Enabling Offline Web Applications

google gears
   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.
Link: http://gears.google.com

No comments: