node.js database
Posted
by Justin
on Stack Overflow
See other posts from Stack Overflow
or by Justin
Published on 2010-05-01T16:22:44Z
Indexed on
2010/05/01
16:27 UTC
Read the original article
Hit count: 244
node.js
I'm looking for a database to pair with a node.js app. I'm assuming a json/nosql db would be preferable to a relational db [I can do without any json/sql impedence mismatch]. Considering
- couchdb
- mongodb
- redis
Anyone have any views / war stories re compatiability/deployability of the above with node.js ? Any clear favourites ?
© Stack Overflow or respective owner