我希望将 couchnode 集成到我的项目中,使我可以方便地通过 nodejs 访问 couchbase。是否有任何教程演示如何安装 couchnode
https://github.com/couchbase/couchnode
上面url上的文档没有提到couchnode的安装
在 mac/couchbase 上
或任何人有经验
欢迎您的评论
我希望将 couchnode 集成到我的项目中,使我可以方便地通过 nodejs 访问 couchbase。是否有任何教程演示如何安装 couchnode
https://github.com/couchbase/couchnode
上面url上的文档没有提到couchnode的安装
在 mac/couchbase 上
或任何人有经验
欢迎您的评论
I am using mainly Mac and it is working perfectly.
The doc mention the Mac using http://mxcl.github.io/homebrew/ :
brew install libcouchbase
Then you just need to do
npm install couchbase