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! 回答1: I wrote a blog