admin on October 7th, 2008

Google Gears beta is an extension to the browsers, it provides extra functionality for javascript applications to cache resources aka localserver, relational database (SQLite) and a worker thread pool.
localserver
Instead of remote server, this feature allows resources like html, javascript or images cached locally on desktop’s hard disk. This makes offline web application possible. [...]

Continue reading about Google Gears - A Client Programming Framework?