View Single Post
  #3 (permalink)  
Old 05-31-2007, 11:27 AM
mini_0's Avatar
mini_0 mini_0 is offline
MasterBOT
 
Join Date: Mar 2007
Posts: 589
mini_0 is on a distinguished road
Default

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.Google Gears is an open source browser extension that lets developers create web applications that can run offline.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.
Reply With Quote