Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Couchdb in Nodejs

I am just getting started with couchdb in nodejs. I am looking for a tutorial or article that would help me get started or at least some lines of code. I don't want to use any module for db abstraction because that would defeat the purpose of learning . I am looking to make my own module that works with Couch and from my understanding this could easily be accomplished with the request module https://github.com/mikeal/request but I haven't found anything about this. Thanks!

like image 726
andrei Avatar asked Apr 20 '12 16:04

andrei


3 Answers

I wrote a blog post about this, hope it's helpful to you:

http://writings.nunojob.com/2011/09/getting-started-with-nodejs-and-couchdb.html

like image 65
dscape Avatar answered Sep 19 '22 17:09

dscape


Check out Nano: https://github.com/dscape/nano

It's exactly what you're trying to do.

like image 29
Preetam Jinka Avatar answered Sep 17 '22 17:09

Preetam Jinka


Check out this module: https://github.com/cloudhead/cradle it's very helpful to getting started with couchdb on nodejs. Just take a look at the main readme on github

like image 25
nico Avatar answered Sep 19 '22 17:09

nico