-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Couchbase Essentials
By :

The Couchbase Node.js SDK is a Node.js library that wraps the Couchbase C SDK. Before installing this library, the C library must be installed.
Currently, the latest version is 2.0.2. This SDK should be used for all development against Couchbase Server versions from 2.5 to 3.x.
The Node.js users will likely wish to use the npm package manager to install the Couchbase Node.js SDK. Windows users must also have node-gyp
along with Visual C++ 10. Information on installing node-gyp
is available at https://github.com/TooTallNate/node-gyp.
$ npm install couchbase
Additionally, the SDK team publishes binaries, which may be found at http://docs.couchbase.com/developer/node-2.0/download-links.html. The source code for the library is available on GitHub at https://github.com/couchbase/couchnode.
The following snippet demonstrates the basics of using the Couchbase PHP SDK:
var couchbase = require('couchbase'); var cluster = new...
Change the font size
Change margin width
Change background colour