Couchdb in Nodejs

后端 未结 5 573
日久生厌
日久生厌 2021-02-09 07:11

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

相关标签:
5条回答
  • 2021-02-09 07:22

    Nano is the simplest way to interact with CouchDB. http://www.tutorialindustry.com/node-js-couchdb-tutorial-for-beginners

    You can also go for Cradle(A high-level, caching, CouchDB client for Node.js)-https://github.com/cloudhead/cradle

    0 讨论(0)
  • 2021-02-09 07:23

    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

    0 讨论(0)
  • 2021-02-09 07:25

    For getting started with working with CouchDB without a nice in-between like cradle, I'd recommend CouchDB: The Definitive Guide. It helped me immensely when developing CouchQueue, a Node.js module for creating queues out of CouchDB databases.

    0 讨论(0)
  • 2021-02-09 07:35

    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

    0 讨论(0)
  • 2021-02-09 07:48

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

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

    0 讨论(0)
提交回复
热议问题