List of Free code IndexedDB
Projects
-
basketball gm
A single player basketball simulation game. Make trades, set rosters, draft players, and try to build the next dynasty, all from within your web browser. The game is implemented entirely in client side JavaScript, backed by IndexedDB.
-
ember data indexeddb adapter
IndexedDB adapter for Ember Data.
-
Ext.data.proxy.IndexedDB
IndexedDB proxy for Ext JS 4. Great for building examples without involving server side middleware and database.
-
idbbrowser
Add on to browser IndexedDB databases in Firefox.
-
indexeddb js
A pure javascript stop gap implementation of the IndexedDB (aka. Indexed Database ) API using sqlite3 as a storage engine.
-
IndexedDB polyfill
IndexedDB polyfill (via Web SQL Database ).
-
indexeddb preso
Presentation and demo files.
-
jquery indexeddb
An IndexedDB Plugin for Jquery.
-
Neural
WORK IN PROGRESS: A neural network (technically, a "multilayer perceptron") with a single hidden layer. Implemented in JavaScript with persistence to IndexedDB via InDB.
-
rect wars
Rectangle wars is a retro style space shooter where you play as pixel, defender of the 2D universe. The game is built on the Canvas Prime engine and uses IndexedDB to record data.
-
ydn db
Javascript database module for Indexeddb, Web SQL and localStorage storage mechanisms supporting version migration, advanced query, SQL and transaction.