Google have released the first beta of their open source browser extension to allow developers to create offline web applications.
The extension consists 3 modules:
- LocalServer, which acts as an application server supporting HTML, Javascript and more.
- A local relational database engine
- WorkerPool, which is a cool way of running Javascript in the background (thread) and therefore not blocking the page.
You can find more about this new technology here