/node-IndexedDB

IndexedDB implementation for Node.js

Primary LanguageJavaScript

IndexedDB module for Node.js

Jesús Leganés Combarro "Piranna" - [piranna@gmail.com]

This module implements the IndexedDB specification using LevelDB as underlying database engine. It's main purpose is to port client-side IndexedDB intensive applications to Node.js.

It is based on IndexedDB-javascript.js polyfill from ShareIt! project https://github.com/piranna/ShareIt