isn't the size of local storage limited to a few MB - 5 in Firefox and 10 in IE? In which case what'll be the use of a couchdb clone in the browser?
regds, mano On Thu, Nov 7, 2013 at 3:15 PM, Andy Wenk <[email protected]> wrote: > On 7 November 2013 03:15, Jens Alfke <[email protected]> wrote: > > > > > On Nov 6, 2013, at 5:02 PM, bryan rasmussen <[email protected]> > > wrote: > > > > > Well no, that is the use of pouchdb in the browser, which is a good > use, > > > this is pouchdb running in Node and I am just trying to get a feel for > > the > > > possible uses. > > > > PouchDB depends on the HTML5 local-database API. Is that even available > in > > node.js? > > > > at least local storage is not - it's client side only. And I am convinced > that the other storage systems (IndexDB ..) aren't either. > > Just as a side note ... there is an npm for local storage in node ;-) > https://npmjs.org/package/node-localstorage > > Cheers > > Andy > > -- > Andy Wenk > Hamburg - Germany > RockIt! > > http://www.couchdb-buch.de > http://www.pg-praxisbuch.de > > GPG fingerprint: C044 8322 9E12 1483 4FEC 9452 B65D 6BE3 9ED3 9588 > -- Lord, give us the wisdom to utter words that are gentle and tender, for tomorrow we may have to eat them. -Sen. Morris Udall
