MiniMongo

From air
Revision as of 10:04, 19 October 2014 by Donsez (talk | contribs) (Created page with "MiniMongo Client-side mongo database with server sync over http https://www.npmjs.org/package/minimongo ''an in-memory, non-persistent implementation of Mongo in pure JavaSc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

MiniMongo Client-side mongo database with server sync over http

https://www.npmjs.org/package/minimongo

an in-memory, non-persistent implementation of Mongo in pure JavaScript. It does not rely on HTML5 localStorage since it exists only in the browser’s memory.

Use in Meteor framework