Snip
|
Gears is an open source project that enables more powerf...
|
---|
Categories |
|
---|
For Snip |
loading snip actions ... |
---|---|
For Page |
loading url actions ... |
Gears is an open source project that enables more powerful web applications, by adding new features to web browsers.
Gears modules include:
LocalServer Cache and serve application resources (HTML, JavaScript, images, etc.) locally | |
Database Store data locally in a fully-searchable relational database | |
WorkerPool Make your web applications more responsive by performing resource-intensive operations asynchronously |
HTML |
<p>Gears is an open source project that enables more powerful web applications, by adding new features to web browsers.</p> <br> <h3>Features</h3> <p>Gears modules include:</p> <table id="features" cellpadding="0" cellspacing="0"> <tbody><tr> <td> <img src="resources/localserver.gif" class="noborder" alt="LocalServer" height="35" width="43"> </td> <td> <a href="api_localserver.html">LocalServer</a> Cache and serve application resources (HTML, JavaScript, images, etc.) locally </td> </tr> <tr> <td> <img src="resources/database.gif" class="noborder" alt="Database" height="35" width="43"> </td> <td> <a href="api_database.html">Database</a> Store data locally in a fully-searchable relational database </td> </tr> <tr> <td> <img src="resources/workerpool.gif" class="noborder" alt="WorkerPool" height="35" width="43"> </td> <td> <a href="api_workerpool.html">WorkerPool</a> Make your web applications more responsive by performing resource-intensive operations asynchronously </td></tr></tbody></table> |
---|