Aside from fauxton, what are the uses of pouchdb in Node.js? I see the
documentation talks about quick and dirty uses, or something about moving
to LevelUp?

Anything else?

The application I am working on is node.js for controller with data in
couchdb, I use nano to talk to couchdb,

When I look at pouchdb and think of it running in there I think - maybe I
could be caching parts of my db there (but maybe that isn't at all
realistic - I was already thinking to use redis for caching already, and
redis is being to queue)


Thanks,
Bryan Rasmussen


On Mon, Nov 4, 2013 at 3:07 PM, Garren Smith <gar...@apache.org> wrote:

> Hi All,
>
> We have have Fauxton working with Pouchdb on Node.js. Nick Thompson
> created a Pouchdb express.js server. Fauxton was always designed to be a
> modular web app which means we can include or exclude modules. In Pouchdb
> we removed all the modules that were not needed and just left standard
> database interactivity and replication.
>
> I thought with would be worth mentioning. Check it out.
> https://github.com/nick-thompson/express-pouchdb
>
> Cheers
> Garren
>
>

Reply via email to